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

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.

Top ↑

Source

File: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php. View all references

return apply_filters( 'rest_prepare_theme', $response, $theme, $request );


Top ↑

Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes

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