Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: edit_category_form_fields

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
181           if ( 'category' == $taxonomy ) {
182                /**
183                 * Fires after the Edit Category form fields are displayed.
184                 *
185                 * @since 2.9.0
186                 * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.
187                 *
188                 * @param object $tag Current category term object.
189                 */
190                do_action( 'edit_category_form_fields', $tag );
191           } elseif ( 'link_category' == $taxonomy ) {
192                /**
193                 * Fires after the Edit Link Category form fields are displayed.
194                 *
195                 * @since 2.9.0
196                 * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.
197                 *
198                 * @param object $tag Current link category term object.
199                 */