wpseek.com
A WordPress-centric search engine for devs and theme authors



edit_category_form_pre › WordPress Action Hooks

Since2.1.0
DeprecatedUse {@see '{$taxonomy}_pre_edit_form'} instead.
do_action_deprecated( 'edit_category_form_pre', array( $tag ), '3.0.0', '{$taxonomy}_pre_edit_form' );
Parameters:
  • () tag Current category term object.
    Required: Yes
Defined at:
Codex:

Fires before the Edit Category form.





Source

do_action_deprecated( 'edit_category_form_pre', array( $tag ), '3.0.0', '{$taxonomy}_pre_edit_form' );