apply_filters( 'rest_namespace_index', WP_REST_Response $response, WP_REST_Request $request )

Filters the namespace index data.


Description Description

This typically is just the route data for the namespace, but you can add any data you’d like here.


Parameters Parameters

$response

(WP_REST_Response) Response data.

$request

(WP_REST_Request) Request data. The namespace is passed as the 'namespace' parameter.


Top ↑

Source Source

File: wp-includes/rest-api/class-wp-rest-server.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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