WP hooks navigation: Home/browse • Actions index • Filters index
To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).
The best way to understand what a hook does is to look at where it occurs in the source code.
do_action( "hook_name" )
apply_filters( "hook_name", "what_to_filter" )
.Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.
Line | Code |
---|---|
293 | </div> |
294 |
|
295 | <div class="form-field"> |
296 | <label for="description"><?php _e('Description') ?></label> |
297 | <textarea name="description" id="description" rows="5" cols="40"></textarea> |
298 | <p><?php _e('The description is not prominent by default, however some themes may show it.'); ?></p> |
299 | </div> |
300 |
|
301 | <p class="submit"><input type="submit" class="button" name="submit" value="<?php esc_attr_e('Add Tag'); ?>" /></p> |
302 | <?php do_action('add_tag_form'); ?> |
303 | </form></div> |
304 | <?php } ?> |
305 |
|
306 | </div> |
307 | </div><!-- /col-left --> |
308 |
|
309 | </div><!-- /col-container --> |
310 | </div><!-- /wrap --> |
311 |
|