edit_tag_form

edit_tag_form

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('edit_tag_form') is found 1 times:

  • /wp-admin/edit-tag-form.php line 257
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
         * @deprecated 3.0.0 Use {$taxonomy}_edit_form instead.
         *
         * @param WP_Term $tag Current taxonomy term object.
         */
        do_action( 'edit_tag_form', $tag );
    }
    /**
     * Fires at the end of the Edit Term form for all taxonomies.
     *
     * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
     *