Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: get_ancestors | Filters a given object’s ancestors. |
wp-includes/taxonomy.php: is_taxonomy_hierarchical() | Determines whether the taxonomy object is hierarchical. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: post_type_exists() | Determines whether a post type is registered. |
wp-includes/post.php: get_post_ancestors() | Retrieve ancestors of a post. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |