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 Description

The dynamic portion of the hook name, $plugin_file, refers to the path to the plugin file, relative to the plugins directory.


Parameters 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'.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.