install_themes_table_header

install_themes_table_header

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('install_themes_table_header') is found 1 times:

  • /wp-admin/includes/class-wp-theme-install-list-table.php line 217
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
             * 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>