Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: edit_category_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
283 </div>
284
285 <div class="form-field">
286      <label for="category_description"><?php _e('Description') ?></label>
287      <textarea name="category_description" id="category_description" rows="5" cols="40"></textarea>
288     <p><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p>
289 </div>
290
291 <p class="submit"><input type="submit" class="button" name="submit" value="<?php esc_attr_e('Add Category'); ?>" /></p>
292 <?php do_action('edit_category_form', $category); ?>
293 </form></div>
294
295 <?php } ?>
296
297 </div>
298 </div><!-- /col-left -->
299
300 </div><!-- /col-container -->
301 </div><!-- /wrap -->