Filters theme data returned from the REST API.
Parameters
$responseWP_REST_Response- The response object.
$themeWP_Theme- Theme object used to create response.
$requestWP_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.