install_plugins_pre_{$tab} WordPress Action Hook
The install_plugins_pre_{$tab} hook is called before the Install Plugins page is loaded. It can be used to add extra tabs to the page.
do_action( "install_plugins_pre_{$tab}" ) #
Fires before each tab on the Install Plugins screen is loaded.
Contents
Description
The dynamic portion of the hook name, $tab, allows for targeting individual tabs.
Possible hook names include:
install_plugins_pre_betainstall_plugins_pre_favoritesinstall_plugins_pre_featuredinstall_plugins_pre_plugin-informationinstall_plugins_pre_popularinstall_plugins_pre_recommendedinstall_plugins_pre_searchinstall_plugins_pre_upload
Source
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |