Warning: This hook has been deprecated. Use ‘{$taxonomy_add_form’} instead.
do_action_deprecated( 'edit_category_form', object $arg )
Fires at the end of the Edit Category form.
Parameters Parameters
- $arg
-
(object) arguments cast to an object.
More Information More Information
The edit_category_form
action/hook can be used to perform additional actions on the edit category screen. For example, you can add form fields in order to save additional information for a particular category.
Source Source
File: wp-admin/edit-tags.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Use '{$taxonomy_add_form'} instead. |
2.1.0 | Introduced. |