install_themes_table_header

install_themes_table_header

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('install_themes_table_header') is found 1 times:

  • /wp-admin/includes/class-wp-theme-install-list-table.php line 216
    				 * Fires in the Install Themes list table header.
    				 *
    				 * @since 2.8.0
    				 */
    				do_action( 'install_themes_table_header' );
    				?>
    			</div>
    			<?php $this->pagination( 'top' ); ?>
    			<br class="clear" />
    		</div>