rest_endpoints_description

rest_endpoints_description

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('rest_endpoints_description') is found 1 times:

  • /wp-includes/rest-api/class-wp-rest-server.php line 1519
    			 * @since 4.4.0
    			 *
    			 * @param array $data Publicly-visible data for the route.
    			 */
    			$available[ $route ] = apply_filters( 'rest_endpoints_description', $data );
    		}
    
    		/**
    		 * Filters the publicly-visible data for REST API routes.
    		 *
    		 * This data is exposed on indexes and can be used by clients or