add_category_form_pre action-hook . WP 2.1.0
Deprecated in from version 3.0.0. It is no longer supported and can be removed in future releases. See {$taxonomy}_pre_add_form
.
Deprecated: 3.0.0 Use {@see '{$taxonomy}_pre_add_form'} instead.
Fires before the Add Category form.
Usage
add_action( 'add_category_form_pre', 'action_function_name_2832', 10, 3 ); function action_function_name_2832( $arg, $string, $string ){ // action... }
- $arg(object)
- Optional arguments cast to an object.
- $string
- -
- $string
- -
Changelog
Since 2.1.0 | Introduced. | |
Deprecated Since 3.0.0 | Use {@see '{$taxonomy}_pre_add_form'} instead. |
Where the hook is called
In file: /wp-admin/edit-tags.php
add_category_form_pre
wp-admin/edit-tags.php 389
do_action_deprecated( 'add_category_form_pre', array( (object) array( 'parent' => 0 ) ), '3.0.0', '{$taxonomy}_pre_add_form' );