do_action( 'after_plugin_row', string $plugin_file , array $plugin_data , string $status )
Fires after each row in the Plugins list table.
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.3.0 | Introduced. |