Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/class-wp-tax-query.php: WP_Tax_Query::transform_query() | Transforms a single query, from one field to another. |
wp-includes/taxonomy.php: get_term_children() | Merge all term children into a single array of their IDs. |
wp-includes/taxonomy.php: taxonomy_exists() | Determines whether the taxonomy name exists. |
wp-includes/taxonomy.php: is_taxonomy_hierarchical() | Determines whether the taxonomy object is hierarchical. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |