Filters theme data returned from the REST API.
Parameters
$response
WP_REST_Response- The response object.
$theme
WP_Theme- Theme object used to create response.
$request
WP_REST_Request- Request object.
Source
return apply_filters( 'rest_prepare_theme', $response, $theme, $request );
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.