do_action( “install_plugins_{$tab}”, int $paged )

In this article

Fires after the plugins list table in each tab of the Install Plugins screen.

Description

The dynamic portion of the hook name, $tab, allows for targeting individual tabs.

Possible hook names include:

  • install_plugins_beta
  • install_plugins_favorites
  • install_plugins_featured
  • install_plugins_plugin-information
  • install_plugins_popular
  • install_plugins_recommended
  • install_plugins_search
  • install_plugins_upload

Parameters

$pagedint
The current page number of the plugins list table.

Source

do_action( "install_plugins_{$tab}", $paged );

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.