Uses
Uses | Description |
---|---|
wp-includes/class-wp-block-type-registry.php: WP_Block_Type_Registry::get_instance() | Utility method to retrieve the main instance of the class. |
wp-includes/blocks.php: render_block() | Renders a single block into a HTML string. |
wp-includes/rest-api.php: rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/query.php: setup_postdata() | Set up global post data. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |