Uses
Uses | Description |
---|---|
wp-includes/query.php: is_single() | Determines whether the query is for an existing single post. |
wp-includes/query.php: is_attachment() | Determines whether the query is for an existing attachment page. |
wp-includes/taxonomy.php: wp_get_object_terms() | Retrieves the terms associated with the given object(s), in the supplied taxonomies. |
wp-includes/taxonomy.php: taxonomy_exists() | Determines whether the taxonomy name exists. |
wp-includes/post.php: get_posts() | Retrieves an array of the latest posts, or posts matching the given criteria. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |