wpseek.com
WordPress开发者和主题制作者的搜索引擎



install_plugins_{$tab} › WordPress动作钩子

Since2.7.0
已弃用n/a
do_action( "install_plugins_{$tab}", $paged )
参数:
  • (int) $paged The current page number of the plugins list table.
    Required: Yes
定义在:
文档:

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

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




源码

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