Uses
| Uses | Description | 
|---|---|
| wp-includes/query.php: is_tax() | Determines whether the query is for an existing custom taxonomy archive page. | 
| wp-includes/query.php: is_tag() | Determines whether the query is for an existing tag archive page. | 
| wp-includes/query.php: is_category() | Determines whether the query is for an existing category archive page. | 
| wp-includes/query.php: get_queried_object() | Retrieve the currently-queried object. | 
| wp-includes/taxonomy.php: get_term_field() | Get sanitized Term field. | 
| wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |