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.
wp_register_tinymce_scripts
Registers TinyMCE scripts.
Advertisement
rest_preload_api_request
Append result of internal request to REST API for purpose of preloading data to be attached to a page.
wp_rest_search_handlers
Filters the search handlers to use in the REST search controller.
WP_REST_Search_Handler::prepare_item
Prepares the search result for a given ID.
WP_REST_Search_Handler::prepare_item_links
Prepares links for the search result of a given ID.
Advertisement
WP_REST_Search_Handler::search_items
Searches the object type content for a given search request.
WP_REST_Search_Handler::get_subtypes
Gets the object subtypes managed by this search handler.
WP_REST_Search_Handler::get_type
Gets the object type managed by this search handler.
WP_REST_Search_Handler
Core base class representing a search handler for an object type in the REST API.
Advertisement
WP_REST_Post_Search_Handler::detect_rest_item_route
Attempts to detect the route to access a single item.
WP_REST_Post_Search_Handler::protected_title_format
Overwrites the default protected title format.
WP_REST_Post_Search_Handler::prepare_item_links
Prepares links for the search result of a given ID.