install_plugins_{$tab}

Advertisement

Summery Summery

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

Syntax Syntax

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

Description Description

The dynamic portion of the action hook, $tab, allows for targeting individual tabs, for instance ‘install_plugins_plugin-information’.

Parameters Parameters

$paged

The current page number of the plugins list table.

Source Source

File: wp-admin/plugin-install.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply