wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_plugins_custom_column › WordPress Action Hooks

Since3.1.0
Deprecatedn/a
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data )
Parameters: (3)
  • (string) $column_name Name of the column.
    Required: Yes
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Required: Yes
  • (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.
    Required: Yes
Defined at:
Codex:

Fires inside each custom column of the Plugins list table.





Source

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