Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: {$taxonomy}_add_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
563      /**
564       * Fires at the end of the Add Term form for all taxonomies.
565       *
566       * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
567       *
568       * @since 3.0.0
569       *
570       * @param string $taxonomy The taxonomy slug.
571       */
572      do_action( "{$taxonomy}_add_form", $taxonomy );
573      ?>
574 </form></div>
575 </div>
576 </div><!-- /col-left -->
577
578 <div id="col-right">
579 <div class="col-wrap">
580 <?php } ?>
581