do_action( 'after_plugin_row', string $plugin_file, array $plugin_data, string $status )

Fires after each row in the Plugins list table.


Description Description


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.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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