Uses
Uses | Description |
---|---|
wp-includes/rest-api/class-wp-rest-server.php: WP_REST_Server::get_data_for_routes() | Retrieves the publicly-visible data for routes. |
wp-includes/rest-api/class-wp-rest-server.php: rest_index | Filters the API root index data. |
wp-includes/rest-api/class-wp-rest-server.php: WP_REST_Server::get_routes() | Retrieves the route map. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |