delete_term_taxonomy

delete_term_taxonomy

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('delete_term_taxonomy') is found 1 times:

  • /wp-includes/taxonomy.php line 2134
    	 * @since 2.9.0
    	 *
    	 * @param int $tt_id Term taxonomy ID.
    	 */
    	do_action( 'delete_term_taxonomy', $tt_id );
    
    	$wpdb->delete( $wpdb->term_taxonomy, array( 'term_taxonomy_id' => $tt_id ) );
    
    	/**
    	 * Fires immediately after a term taxonomy ID is deleted.
    	 *
    

See this hook used in plugins: