WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_term_taxonomies

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php do_action 2026 /**
* Fires immediately before a term to delete's children are reassigned a parent.
*
* @since 2.9.0
*
* @param array $edit_tt_ids An array of term taxonomy IDs for the given term.
*/

Hook Parameters

Parameter Type Name Description
array $edit_tt_ids An array of term taxonomy IDs for the given term.