rest_prepare_status

Advertisement

Summery Summery

Filters a status returned from the REST API.

Syntax Syntax

apply_filters( 'rest_prepare_status', WP_REST_Response $response, object $status, WP_REST_Request $request )

Description Description

Allows modification of the status data right before it is returned.

Parameters Parameters

$response

(WP_REST_Response) The response object.

$status

(object) The original status object.

$request

(WP_REST_Request) Request used to generate the response.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.