Warning: This hook has been deprecated. Use ‘{$taxonomy_add_form’} instead.
edit_link_category_form WordPress Hook
This hook allows you to modify the default fields for a link category. You can add new fields, remove existing fields, or change the order of the fields.
do_action_deprecated( 'edit_link_category_form', object $arg ) #
Fires at the end of the Edit Link form.
Contents
Parameters
- $arg
(object)arguments cast to an object.
Source
File: wp-admin/edit-tags.php
Changelog
Version | Description |
---|---|
3.0.0 | Use '{$taxonomy_add_form'} instead. |
2.3.0 | Introduced. |