{$taxonomy}_edit_form, $tag, $taxonomy

{$taxonomy}_edit_form, $tag, $taxonomy

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-admin/edit-tag-form.php line 296
     *
     * @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 ); ?>