Method |
Description |
|
fix_term_base ( string $taxonomy ) : boolean | string |
Updates the global wp_rewrite instance if it is wrong |
|
get_admin_translation ( array $term, string $taxonomy ) : array | boolean |
Get term in backend |
|
get_expected_base ( string $taxonomy ) : boolean | string |
Find a custom taxonomy base |
|
get_public_url ( integer $term_id, string $taxonomy ) : string |
Prepare the tax base before the URL is fetched |
|
get_term_by_term_taxonomy_id ( integer $term_taxonomy_id ) : array |
Get a term by its term taxonomy ID. |
|
get_term_by_term_taxonomy_id_cache_key ( integer $term_taxonomy_id ) : string |
Returns the get_term_by_term_taxonomy_id cache key for the given term taxonomy ID. |
|
get_translation_in_target_site ( integer $term_taxonomy_id ) : array | boolean |
Get term translation |
|
set_permastruct ( string $taxonomy, string $struct ) : void |
Update global WP_Rewrite instance |
|
update_required ( string | boolean $expected, string | boolean $existing ) : boolean |
Compare tax bases |
|