do_action( ‘manage_plugins_custom_column’, string $column_name, string $plugin_file, array $plugin_data )

In this article

Fires inside each custom column of the Plugins list table.

Parameters

$column_namestring
Name of the column.
$plugin_filestring
Path to the plugin file relative to the plugins directory.
$plugin_dataarray
An array of plugin data. See get_plugin_data() and the 'plugin_row_meta' filter for the list of possible values.

Source

do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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