do_action( "install_plugins_{$tab}", int $paged )
Fires after the plugins list table in each tab of the Install Plugins screen.
Description
The dynamic portion of the action hook, $tab
, allows for targeting individual tabs, for instance ‘install_plugins_plugin-information’.
Parameters
- $paged
-
The current page number of the plugins list table.
Source
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |