do_action_deprecated( ‘edit_category_form’, object $arg )

In this article

This hook has been deprecated. Use {@see ‘{$taxonomy}_add_form’} instead.

Fires at the end of the Edit Category form.

Parameters

$argobject
Optional arguments cast to an object.

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

do_action_deprecated( 'edit_category_form', array( (object) array( 'parent' => 0 ) ), '3.0.0', '{$taxonomy}_add_form' );

Changelog

VersionDescription
3.0.0Use '{$taxonomy_add_form’} instead.
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.