Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: install_themes_table_header

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
206           ?>
207           <div class="tablenav top themes">
208                <div class="alignleft actions">
209                     <?php
210                     /**
211                      * Fires in the Install Themes list table header.
212                      *
213                      * @since 2.8.0
214                      */
215                     do_action( 'install_themes_table_header' );
216                     ?>
217                </div>
218                <?php $this->pagination( 'top' ); ?>
219                <br class="clear" />
220           </div>
221
222           <div id="availablethemes">
223                <?php $this->display_rows_or_placeholder(); ?>
224           </div>