Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: restrict_manage_posts

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
150
151 <?php } ?>
152
153      <fieldset><legend><?php _e('Category&hellip;') ?></legend>
154           <?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
155      </fieldset>
156      <input type="submit" id="post-query-submit" value="<?php _e('Filter &#187;'); ?>" class="button" />
157 </form>
158
159 <?php do_action('restrict_manage_posts'); ?>
160
161 <br style="clear:both;" />
162
163 <?php include( 'edit-post-rows.php' ); ?>
164
165 <div id="ajax-response"></div>
166
167 <div class="navigation">
168 <div class="alignleft"><?php next_posts_link(__('&laquo; Previous Entries')) ?></div>