apply_filters( ‘rest_endpoints_description’, array $data )

In this article

Filters the publicly-visible data for a single REST API route.

Parameters

$dataarray
Publicly-visible data for the route.

Source

$available[ $route ] = apply_filters( 'rest_endpoints_description', $data );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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