edit_category_form_fields

edit_category_form_fields

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('edit_category_form_fields') is found 1 times:

  • /wp-admin/edit-tag-form.php line 204
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
         * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.
         *
         * @param WP_Term $tag Current category term object.
         */
        do_action( 'edit_category_form_fields', $tag );
    } elseif ( 'link_category' == $taxonomy ) {
        /**
         * Fires after the Edit Link Category form fields are displayed.
         *
         * @since 2.9.0
         * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.