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.7.2

do_action('delete_term_taxonomy') is found 1 times:

  • /wp-includes/taxonomy.php line 2160
    2156
    2157
    2158
    2159
    2160
    2161
    2162
    2163
    2164
    2165
    2166
    * @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: