install_plugins_table_header

install_plugins_table_header

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('install_plugins_table_header') is found 1 times:

  • /wp-admin/includes/class-wp-plugin-install-list-table.php line 413
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
                 * Fires before the Plugin Install table header pagination is displayed.
                 *
                 * @since 2.7.0
                 */
                do_action( 'install_plugins_table_header' );
                ?>
            </div>
            <?php $this->pagination( $which ); ?>
            <br class="clear" />
        </div>
    <?php } else { ?>