{$taxonomy}_edit_form

{$taxonomy}_edit_form

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('{$taxonomy}_edit_form') is found 1 times:

  • /wp-admin/edit-tag-form.php line 295
     *
     * @param WP_Term $tag      Current taxonomy term object.
     * @param string  $taxonomy Current taxonomy slug.
     */
    do_action( "{$taxonomy}_edit_form", $tag, $taxonomy );
    ?>
    
    <div class="edit-tag-actions">
    
    	<?php submit_button( __( 'Update' ), 'primary', null, false ); ?>
    
    

See this hook used in plugins: