New and updated in 5.0.0
-
Registers the necessary REST API routes, one for each dynamic block.
Used by 0 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:36 -
Checks if a given request has access to read blocks.
Used by 0 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:111 -
Returns block output from block’s registered render_callback.
Used by 0 functions | Uses 6 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:153 -
Retrieves block’s output schema, conforming to JSON Schema.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:203 -
Prepares links for the search result of a given ID.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:167 -
Overwrites the default protected and private title format.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:198 -
Attempts to detect the route to access a single item.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:212 -
Prepares links for the search result of a given ID.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:99 -
Core class representing a search handler for posts in the REST API.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:17 -
Constructor.
Used by 1 function | Uses 1 function | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:24 -
Searches posts for a given search request.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:55 -
Prepares the search result for a given post ID.
Used by 0 functions | Uses 6 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:123 -
Core base class representing a search handler for an object type in the REST API.
Used by 3 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:16 -
Gets the object type managed by this search handler.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:51 -
Gets the object subtypes managed by this search handler.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:62 -
Searches the object type content for a given search request.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:76 -
Prepares the search result for a given ID.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:88 -
Force uncompressed TinyMCE when a custom theme has been defined.
-
Sets the last changed time for the ‘comment’ cache group.
-
Sets a translation textdomain.
-
Prints translations set for a specific handle.
-
functionload_script_textdomain()
Loads the script translated strings.
-
functiondetermine_locale()
Determines the current locale desired for the request.
-
Filters the locale for the current request prior to the default determination process.
-
hookdetermine_locale
Filters the locale for the current request.
-
functionwp_set_script_translations()
Sets translated strings for a script.
-
Fires after enqueuing block assets for both editor and front-end.
-
Enqueues registered block scripts and styles, depending on current rendered context (only enqueuing editor scripts while in context of the editor).
-
Handles the enqueueing of block scripts and styles that are common to both the editor and the front-end.
-
functionwp_register_tinymce_scripts()
Registers TinyMCE scripts.