Uses
Uses | Description |
---|---|
wp-includes/category-template.php: get_the_terms() | Retrieves the terms of the taxonomy that are attached to the post. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/taxonomy.php: is_object_in_taxonomy() | Determine if the given object type is associated with the given taxonomy. |
wp-includes/class-wp-post.php: WP_Post::__isset() | Isset-er. |
wp-includes/post.php: sanitize_post_field() | Sanitizes a post field based on context. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: get_post_ancestors() | Retrieve ancestors of a post. |