do_action( 'manage_plugins_custom_column', string $column_name, string $plugin_file, array $plugin_data )

Fires inside each custom column of the Plugins list table.


Parameters

$column_name

(string) Name of the column.

$plugin_file

(string) Path to the plugin file.

$plugin_data

(array) An array of plugin data.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-3.1.0 Introduced.