edited_$taxonomy

edited_$taxonomy

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('edited_$taxonomy') is found 1 times:

  • /wp-includes/taxonomy.php line 3472
    3468
    3469
    3470
    3471
    3472
    3473
    3474
    3475
    3476
    3477
    3478
    * @param int   $term_id Term ID.
     * @param int   $tt_id   Term taxonomy ID.
     * @param array $args    Arguments passed to wp_update_term().
     */
    do_action( "edited_{$taxonomy}", $term_id, $tt_id, $args );
     
    /** This action is documented in wp-includes/taxonomy.php */
    do_action( 'saved_term', $term_id, $tt_id, $taxonomy, true, $args );
     
    /** This action is documented in wp-includes/taxonomy.php */
    do_action( "saved_{$taxonomy}", $term_id, $tt_id, true, $args );