edit_link_category_form action-hook . WP 2.3.0
Deprecated in from version 3.0.0. It is no longer supported and can be removed in future releases. See {$taxonomy}_add_form
.
Deprecated: 3.0.0 Use {@see '{$taxonomy}_add_form'} instead.
Fires at the end of the Edit Link form.
Usage
add_action( 'edit_link_category_form', 'action_function_name_3660', 10, 3 ); function action_function_name_3660( $arg, $string, $string ){ // action... }
- $arg(object)
- Optional arguments cast to an object.
- $string
- -
- $string
- -
Changelog
Since 2.3.0 | Introduced. | |
Deprecated Since 3.0.0 | Use {@see '{$taxonomy}_add_form'} instead. |
Where the hook is called
In file: /wp-admin/edit-tags.php
edit_link_category_form
wp-admin/edit-tags.php 555
do_action_deprecated( 'edit_link_category_form', array( (object) array( 'parent' => 0 ) ), '3.0.0', '{$taxonomy}_add_form' );
wp-admin/edit-tag-form.php 247
do_action_deprecated( 'edit_link_category_form', array( $tag ), '3.0.0', '{$taxonomy}_add_form' );