do_action( "install_themes_pre_{$tab}" )

Fires before each of the tabs are rendered 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’.


Source

File: wp-admin/theme-install.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.8.0 Introduced.