do_action( "after_plugin_row_{$plugin_file}", string $plugin_file , array $plugin_data , string $status )
Fires after each specific row in the Plugins list table.
Description
The dynamic portion of the hook name, $plugin_file
, refers to the path to the plugin file, relative to the plugins directory.
Parameters
- $plugin_file
-
Path to the plugin file, relative to the plugins directory.
- $plugin_data
-
An array of plugin data.
- $status
-
Status of the plugin. Defaults are 'All', 'Active', 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use', 'Drop-ins', 'Search'.
Source
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |