Changeset 52204 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r52080 r52204 1398 1398 1399 1399 /** 1400 * Filters the REST API endpoint data.1400 * Filters the publicly-visible data for a single REST API route. 1401 1401 * 1402 1402 * @since 4.4.0 1403 1403 * 1404 * @param WP_REST_Request $request Request data. The namespace is passed as the 'namespace' parameter.1404 * @param array $data Publicly-visible data for the route. 1405 1405 */ 1406 1406 $available[ $route ] = apply_filters( 'rest_endpoints_description', $data );
Note: See TracChangeset
for help on using the changeset viewer.