Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: add_link_category_form_pre

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
188
189
190 </div>
191 </div><!-- /col-right -->
192
193 <div id="col-left">
194 <div class="col-wrap">
195
196 <?php if ( current_user_can('manage_categories') ) {
197      $category = (object) array(); $category->parent = 0; do_action('add_link_category_form_pre', $category); ?>
198
199 <div class="form-wrap">
200 <h3><?php _e('Add Link Category'); ?></h3>
201 <div id="ajax-response"></div>
202 <form name="addcat" id="addcat" class="add:the-list: validate" method="post" action="link-category.php">
203 <input type="hidden" name="action" value="addcat" />
204 <?php wp_original_referer_field(true, 'previous'); wp_nonce_field('add-link-category'); ?>
205
206 <div class="form-field form-required">