edited_$taxonomy

edited_$taxonomy

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-includes/taxonomy.php line 3466
    	 * @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 );