edit_link_category_form

edit_link_category_form

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('edit_link_category_form') is found 2 times:

  • /wp-admin/edit-tag-form.php line 247
    	/** This action is documented in wp-admin/edit-tags.php */
    	do_action( 'edit_category_form', $tag );
    } elseif ( 'link_category' == $taxonomy ) {
    	/** This action is documented in wp-admin/edit-tags.php */
    	do_action( 'edit_link_category_form', $tag );
    } else {
    	/**
    	 * Fires at the end of the Edit Term form.
    	 *
    	 * @since 2.5.0
    	 * @deprecated 3.0.0 Use {$taxonomy}_edit_form instead.
    
  • /wp-admin/edit-tags.php line 547
    		 * @deprecated 3.0.0 Use {$taxonomy}_add_form instead.
    		 *
    		 * @param object $arg Optional arguments cast to an object.
    		 */
    		do_action( 'edit_link_category_form', (object) array( 'parent' => 0 ) );
    	} else {
    		/**
    		 * Fires at the end of the Add Tag form.
    		 *
    		 * @since 2.7.0
    		 * @deprecated 3.0.0 Use {$taxonomy}_add_form instead.