edited_term_taxonomies

edited_term_taxonomies

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('edited_term_taxonomies') is found 1 times:

  • /wp-includes/taxonomy.php line 2106
    2102
    2103
    2104
    2105
    2106
    2107
    2108
    2109
    2110
    2111
    2112
         * @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 ) );