Advertisement

wp_default_packages_scripts

Registers all the WordPress packages scripts that are in the standardized `js/dist/` location.

wp_get_script_polyfill

Returns contents of an inline script used in appending polyfill scripts for browsers which fail the provided tests. The provided array is a mapping from a condition to verify feature support to its polyfill script handle.

wp_default_packages_vendor

Registers all the WordPress vendor scripts that are in the standardized `js/dist/vendor/` location.

Advertisement

rest_preload_api_request

Append result of internal request to REST API for purpose of preloading data to be attached to a page.

Advertisement

WP_REST_Search_Handler

Core base class representing a search handler for an object type in the REST API.

Advertisement