WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_delete_term

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php do_action 2006 /**
* Fires when deleting a term, before any modifications are made to posts or terms.
*
* @since 4.1.0
*
* @param int $term Term ID.
* @param string $taxonomy Taxonomy name.
*/

Hook Parameters

Parameter Type Name Description
int $term Term ID.
string $taxonomy Taxonomy name.