edited_term_taxonomies

edited_term_taxonomies

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('edited_term_taxonomies') is found 1 times:

  • /wp-includes/taxonomy.php line 2098
    		 * @since 2.9.0
    		 *
    		 * @param array $edit_tt_ids An array of term taxonomy IDs for the given term.
    		 */
    		do_action( 'edited_term_taxonomies', $edit_tt_ids );
    	}
    
    	// Get the term before deleting it or its term relationships so we can pass to actions below.
    	$deleted_term = get_term( $term, $taxonomy );
    
    	$object_ids = (array) $wpdb->get_col( $wpdb->prepare( "SELECT object_id FROM $wpdb->term_relationships WHERE term_taxonomy_id = %d", $tt_id ) );