WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about clean_taxonomy_cache

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php do_action 3650 /**
* Fires after a taxonomy's caches have been cleaned.
*
* @since 4.9.0
*
* @param string $taxonomy Taxonomy slug.
*/

Hook Parameters

Parameter Type Name Description
string $taxonomy Taxonomy slug.