WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_plugins_custom_column

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-plugins-list-table.php do_action 1256 /**
* 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.
*/

Hook Parameters

Parameter 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()