pre_delete_term

pre_delete_term

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('pre_delete_term') is found 1 times:

  • /wp-includes/taxonomy.php line 2071
    2067
    2068
    2069
    2070
    2071
    2072
    2073
    2074
    2075
    2076
    2077
    *
     * @param int    $term     Term ID.
     * @param string $taxonomy Taxonomy name.
     */
    do_action( 'pre_delete_term', $term, $taxonomy );
     
    // Update children to point to new parent.
    if ( is_taxonomy_hierarchical( $taxonomy ) ) {
        $term_obj = get_term( $term, $taxonomy );
        if ( is_wp_error( $term_obj ) ) {
            return $term_obj;

See this hook used in plugins: