Uses
Uses | Description |
---|---|
wp-includes/rest-api.php: rest_get_route_for_post() | Gets the REST API route for a post. |
wp-includes/rest-api.php: rest_get_route_for_term() | Gets the REST API route for a term. |
wp-includes/rest-api.php: rest_queried_resource_route | Filters the REST route for the currently queried object. |
wp-includes/query.php: is_singular() | Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types). |
wp-includes/query.php: is_category() | Determines whether the query is for an existing category archive page. |
wp-includes/query.php: is_tag() | Determines whether the query is for an existing tag archive page. |
wp-includes/query.php: is_tax() | Determines whether the query is for an existing custom taxonomy archive page. |
wp-includes/query.php: is_author() | Determines whether the query is for an existing author archive page. |
wp-includes/query.php: get_queried_object() | Retrieve the currently-queried object. |
wp-includes/query.php: get_queried_object_id() | Retrieve ID of the current queried object. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |