On this page
do_action( 'edit_term_taxonomies', array $edit_tt_ids )
Fires immediately before a term to delete’s children are reassigned a parent.
Parameters
$edit_tt_idsarray-
An array of term taxonomy IDs for the given term.
Source
File: wp-includes/taxonomy.php. View all references
do_action( 'edit_term_taxonomies', $edit_tt_ids );
Related
Used By
| Used By | Description |
|---|---|
| wp_delete_term() wp-includes/taxonomy.php | Removes a term from the database. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_term_taxonomies