File: wp-includes/taxonomy.php
-
functionwp_lazyload_term_meta()
Queue term meta for lazy-loading.
-
functionis_term_publicly_viewable()
Determines whether a term is publicly viewable.
-
Filters default query arguments for checking if a term exists.
-
Fires after a specific taxonomy is registered.
-
Filters the post statuses for updating the term count.
-
hooksaved_term
Fires after a term has been saved, and the term cache has been cleared.
-
Fires after a term in a specific taxonomy has been saved, and the term cache has been cleared.
-
functionis_taxonomy_viewable()
Determines whether a taxonomy is considered “viewable”.
-
Filters the duplicate term check that takes place during term creation.
-
Fires after a taxonomy is unregistered for an object type.
-
Fires after a taxonomy is registered for an object type.
-
Sets the last changed time for the ‘terms’ cache group.
-
Aborts calls to term meta if it is not supported.
-
functionunregister_term_meta()
Unregisters a meta key for terms.
-
functionregister_term_meta()
Registers a meta key for terms.
-
hookpre_term_link
Filters the permalink structure for a term before token replacement occurs.
-
functionclean_taxonomy_cache()
Cleans the caches for a taxonomy.
-
Fires after a taxonomy’s caches have been cleaned.
-
Filters arguments for retrieving object terms.
-
functionhas_term_meta()
Gets all meta data, including meta IDs, for the given term ID.
-
Filters term data before it is updated in the database.
-
Filters term data before it is inserted into the database.
-
function_prime_term_caches()
Adds any terms from the given IDs to the cache that do not already exist in cache.
-
functionunregister_taxonomy()
Unregisters a taxonomy.
-
Fires after a taxonomy is unregistered.
-
functionwp_term_is_shared()
Determines whether a term is shared between multiple taxonomies.
-
functionadd_term_meta()
Adds metadata to a term.
-
functiondelete_term_meta()
Removes metadata matching criteria from a term.
-
functionget_term_meta()
Retrieves metadata for a term.
-
functionupdate_term_meta()
Updates term metadata.