install_plugins_table_header

install_plugins_table_header

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('install_plugins_table_header') is found 1 times:

  • /wp-admin/includes/class-wp-plugin-install-list-table.php line 413
    					 * 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 { ?>