do_action_deprecated( ‘edit_category_form_fields’, WP_Term $tag )

In this article

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

Fires after the Edit Category form fields are displayed.

Parameters

$tagWP_Term
Current category term object.

More Information

The edit_category_form_fields 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_fields', array( $tag ), '3.0.0', '{$taxonomy}_edit_form_fields' );

Changelog

VersionDescription
3.0.0Use '{$taxonomy_edit_form_fields’} instead.
2.9.0Introduced.

User Contributed Notes

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