Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: edit_tag_form

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
196 } else {
197      /**
198       * Fires at the end of the Edit Term form.
199       *
200       * @since 2.5.0
201       * @deprecated 3.0.0 Use {$taxonomy}_edit_form instead.
202       *
203       * @param object $tag Current taxonomy term object.
204       */
205      do_action( 'edit_tag_form', $tag );
206 }
207 /**
208  * Fires at the end of the Edit Term form for all taxonomies.
209  *
210  * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
211  *
212  * @since 3.0.0
213  *
214  * @param object $tag      Current taxonomy term object.