rest_endpoints_description

rest_endpoints_description

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('rest_endpoints_description') is found 1 times:

  • /wp-includes/rest-api/class-wp-rest-server.php line 1581
    1577
    1578
    1579
    1580
    1581
    1582
    1583
    1584
    1585
    1586
    1587
         * @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