naranili
Member
Posted 2 years ago #
Hi !
The new Hook edit_category_form_fields at wp-admin/edit-category-form.php doesn't work.
If i use the same function the display a new field with edit_category_form_fields and edit_category_form, with
edit_category_form the field is displayed, with edit_category_form_fields not.
Any Ideas ?
Regards
Ralf
naranili
Member
Posted 2 years ago #
I found the reason !
The hook edit_category_form_fields is only at the detailed
category-form.
The small-category-form (located in wp-admin/categories.php) don't have this hook.
Regards
Ralf
Angeloverona
Member
Posted 1 year ago #
taxnonomy forms are dynamic so you need add action "category_add_form_fields".