Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/taxonomy.php | do_action | 2041 | /** * Fires immediately after 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. |