Action hook 'edit_term_taxonomies'

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

Description

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

Occurrences

Filename Line Number
wp-includes/taxonomy.php 2090

Parameters

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

PHP Doc

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