Action hook 'manage_plugins_custom_column'

in WP Core File wp-admin/includes/class-wp-plugins-list-table.php at line 1400

Description

Fires inside each custom column of the Plugins list table.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-plugins-list-table.php 1400

Parameters

Type Name Description
string $column_name Name of the column.
string $plugin_file Path to the plugin file relative to the plugins directory.
array $plugin_data An array of plugin data. See get_plugin_data() and the {@see 'plugin_row_meta'} filter for the list of possible values.

PHP Doc

/**
					 * Fires inside each custom column of the Plugins list table.
					 *
					 * @since 3.1.0
					 *
					 * @param string $column_name Name of the column.
					 * @param string $plugin_file Path to the plugin file relative to the plugins directory.
					 * @param array  $plugin_data An array of plugin data. See get_plugin_data()
					 *                            and the {@see 'plugin_row_meta'} filter for the list
					 *                            of possible values.
					 */