Warning: This hook has been deprecated. Use ‘{$taxonomy_pre_add_form’} instead.
add_link_category_form_pre WordPress Hook
The add_link_category_form_pre hook is called before the form for adding a new link category is displayed. This hook can be used to add custom fields to the form or to modify the default values for the fields.
do_action_deprecated( 'add_link_category_form_pre', object $arg ) #
Fires before the link category 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_pre_add_form'} instead. |
2.3.0 | Introduced. |