Action hook 'edited_term_taxonomies'

in WP Core File wp-includes/taxonomy.php at line 2105

Description

Fires immediately after a term to delete's children are reassigned a parent.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 2105

Parameters

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

PHP Doc

/**
		 * 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.
		 */