On this page
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_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
File: wp-admin/includes/class-wp-plugins-list-table.php. View all references
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );
Related
Used By
| Used By | Description |
|---|---|
| WP_Plugins_List_Table::single_row() wp-admin/includes/class-wp-plugins-list-table.php |
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_plugins_custom_column