do_action( "install_themes_{$tab}", int $paged )

Fires at the top of each of the tabs on the Install Themes page.


Description

The dynamic portion of the hook name, $tab, refers to the current theme installation tab. Possible values are ‘dashboard’, ‘search’, ‘upload’, ‘new’, or ‘updated’.


Parameters

$paged

(int) Number of the current page of results being viewed.


Source

File: wp-admin/theme-install.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.8.0 Introduced.