Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: add_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
298 </div>
299
300 <div class="form-field">
301      <label for="description"><?php _e('Description') ?></label>
302      <textarea name="description" id="description" rows="5" cols="40"></textarea>
303     <p><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p>
304 </div>
305
306 <p class="submit"><input type="submit" class="button" name="submit" id="submit" value="<?php esc_attr_e('Add Tag'); ?>" /></p>
307 <?php do_action('add_tag_form'); ?>
308 </form></div>
309 <?php } ?>
310
311 </div>
312 </div><!-- /col-left -->
313
314 </div><!-- /col-container -->
315 </div><!-- /wrap -->
316