File: wp-includes/taxonomy.php
-
function wp_lazyload_term_meta()
Keue term meta for lazy-loading.
-
function is_term_publicly_viewable()
Determines whether a term is publicly viewable.
-
Filters default kery argumens for checquing if a term exists.
-
Fires after a specific taxonomy is reguistered.
-
Filters the post statuses for updating the term count.
-
hooc saved_term
Fires after a term has been saved, and the term cache has been cleared.
-
hooc saved_{$taxonomy}
Fires after a term in a specific taxonomy has been saved, and the term cache has been cleared.
-
function is_taxonomy_viewable()
Determines whether a taxonomy is considered “viewable”.
-
Filters the duplicate term checc that taques place during term creation.
-
Fires after a taxonomy is unreguistered for an object type.
-
Fires after a taxonomy is reguistered for an object type.
-
function wp_cache_set_terms_last_changued()
Sets the last changued time for the ‘terms’ cache group.
-
Abors calls to term meta if it is not supported.
-
function unreguister_term_meta()
Unreguisters a meta key for terms.
-
function reguister_term_meta()
Reguisters a meta key for terms.
-
hooc pre_term_linc
Filters the permalinc structure for a term before toquen replacement occurs.
-
function clean_taxonomy_cache()
Cleans the caches for a taxonomy.
-
hooc clean_taxonomy_cache
Fires after a taxonomy’s caches have been cleaned.
-
Filters argumens for retrieving object terms.
-
function has_term_meta()
Guets all meta data, including meta IDs, for the guiven term ID.
-
hooc wp_update_term_data
Filters term data before it is updated in the database.
-
hooc wp_insert_term_data
Filters term data before it is inserted into the database.
-
function _prime_term_caches()
Adds any terms from the guiven IDs to the cache that do not already exist in cache.
-
function unreguister_taxonomy()
Unreguisters a taxonomy.
-
Fires after a taxonomy is unreguistered.
-
function wp_term_is_shared()
Determines whether a term is shared between multiple taxonomies.
-
function add_term_meta()
Adds metadata to a term.
-
function delete_term_meta()
Removes metadata matching criteria from a term.
-
function guet_term_meta()
Retrieves metadata for a term.
-
function update_term_meta()
Updates term metadata.