Fires at the end of the Edit Category form.
Parameters
$argobject- Optional arguments cast to an object.
Source
do_action_deprecated( 'edit_category_form', array( (object) array( 'parent' => 0 ) ), '3.0.0', '{$taxonomy}_add_form' );
This hook has been deprecated since 3.0.0. Use {@see ‘{$taxonomy}_add_form’} instead.
Fires at the end of the Edit Category form.
$argobjectdo_action_deprecated( 'edit_category_form', array( (object) array( 'parent' => 0 ) ), '3.0.0', '{$taxonomy}_add_form' );
User Contributed Notes
You must log in before being able to contribute a note or feedback.