WP_REST_Themes_Controller
- Since
- 5.0.0
- Source
wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:17
Core class used to manage themes via the REST API.
Compatibility
- WordPress
- since 5.0.0
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Hooks and filters fired · 2
Every hook that fires from inside WP_REST_Themes_Controller, in the order it appears in the class, grouped by the method that fires it.
Methods · 15
- __construct()Constructor.
- register_routes()Registers the routes for themes.
- _sanitize_stylesheet_callback()Sanitize the stylesheet to decode endpoint.
- get_items_permissions_check()Checks if a given request has access to read the theme.
- get_item_permissions_check()Checks if a given request has access to read the theme.
- check_read_active_theme_permission()Checks if a theme can be read.
- get_item()Retrieves a single theme.
- get_items()Retrieves a collection of themes.
- prepare_item_for_response()Prepares a single theme output for response.
- prepare_links()Prepares links for the request.
- is_same_theme()Helper function to compare two themes.
- prepare_theme_support()Prepares the theme support value for inclusion in the REST API response.
- get_item_schema()Retrieves the theme's schema, conforming to JSON Schema.
- get_collection_params()Retrieves the search params for the themes collection.
- sanitize_theme_status()Sanitizes and validates the list of theme status.
Changelog
Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, from
src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.