Warning: This hook has been deprecated. Use ‘{$taxonomy_add_form’} instead.

edit_category_form WordPress Hook

The "edit_category_form" hook is used to modify the form used to edit a category in the Wordpress admin. This hook is useful for adding extra fields to the form, or for removing fields that are not needed.

do_action_deprecated( 'edit_category_form', object $arg ) #

Fires at the end of the Edit Category form.


Parameters

$arg

(object)arguments cast to an object.


Top ↑

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.


Top ↑

Source

File: wp-admin/edit-tags.php

View on Trac


Top ↑

Changelog

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

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.