Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: install_plugins_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
327           ?>
328                <div class="tablenav top">
329                     <div class="alignleft actions">
330                          <?php
331                          /**
332                           * Fires before the Plugin Install table header pagination is displayed.
333                           *
334                           * @since 2.7.0
335                           */
336                          do_action( 'install_plugins_table_header' ); ?>
337                     </div>
338                     <?php $this->pagination( $which ); ?>
339                     <br class="clear" />
340                </div>
341           <?php } else { ?>
342                <div class="tablenav bottom">
343                     <?php $this->pagination( $which ); ?>
344                     <br class="clear" />
345                </div>