edit_category_form

edit_category_form

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('edit_category_form') is found 2 times:

  • /wp-admin/edit-tag-form.php line 244

  • /wp-admin/edit-tags.php line 537
    		 * @deprecated 3.0.0 Use {$taxonomy}_add_form instead.
    		 *
    		 * @param object $arg Optional arguments cast to an object.
    		 */
    		do_action( 'edit_category_form', (object) array( 'parent' => 0 ) );
    	} elseif ( 'link_category' == $taxonomy ) {
    		/**
    		 * Fires at the end of the Edit Link form.
    		 *
    		 * @since 2.3.0
    		 * @deprecated 3.0.0 Use {$taxonomy}_add_form instead.