Fires before the Plugin Install table header pagination is displayed.
wp-admin/includes/class-wp-plugin-install-list-table.php:418WP_Plugin_Install_List_Table::display_tablenav() <?php /** * 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 { ?>Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.