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 |
|---|---|
| 150 | |
| 151 | <?php } ?> |
| 152 | |
| 153 | <fieldset><legend><?php _e('Category…') ?></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 »'); ?>" 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(__('« Previous Entries')) ?></div> |