apply_filters( ‘rest_prepare_theme’, WP_REST_Response $response, WP_Theme $theme, WP_REST_Request $request )

In this article

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

VersionDescription
5.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.