Go to file
Jonathan Desrosiers 08cc6047d1 REST API: Introduce the `rest_preload_api_request()` function.
This function helps perform multiple REST API requests, for the purpose of preloading data into a page.

Props pento.

Merges [43763] to trunk.

See #45110.

git-svn-id: https://develop.svn.wordpress.org/trunk@44123 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-13 20:46:19 +00:00
src REST API: Introduce the `rest_preload_api_request()` function. 2018-12-13 20:46:19 +00:00
tests REST API: Introduce the `rest_preload_api_request()` function. 2018-12-13 20:46:19 +00:00
tools Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
.editorconfig
.gitignore Build/Tools: Update PHPCS ruleset for WP Core and related Composer setup. 2018-06-15 15:56:58 +00:00
.jshintrc
.npmrc
.nvmrc
.travis.yml Build/Test Tools: Use 7.3 for PHP 7.3 2018-12-11 04:20:02 +00:00
Gruntfile.js Build tools: Build @wordpress packages with webpack. 2018-12-13 15:25:37 +00:00
composer.json Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
composer.lock Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
jsdoc.conf.json
package-lock.json Build tools: Build @wordpress packages with webpack. 2018-12-13 15:25:37 +00:00
package.json Build tools: Build @wordpress packages with webpack. 2018-12-13 15:25:37 +00:00
phpcs.xml.dist Multisite: Fix coding standard errors after [43654]. 2018-09-24 15:22:01 +00:00
phpunit.xml.dist
webpack.config.js Build tools: Build @wordpress packages with webpack. 2018-12-13 15:25:37 +00:00
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php