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

(string) Path to the plugin file, relative to the plugins directory.

$plugin_data

(array) An array of plugin data.

$status

(string) Status of the plugin. Defaults are 'All', 'Active', 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use', 'Drop-ins', 'Search'.


Source

File: wp-admin/includes/class-wp-plugins-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.