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

Filters theme data returned from the REST API.


Description Description


Parameters 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 Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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