wpseek.com
WordPress开发者和主题制作者的搜索引擎



manage_plugins_custom_column › WordPress动作钩子

Since3.1.0
已弃用n/a
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data )
参数: (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
定义在:
文档:

Fires inside each custom column of the Plugins list table.





源码

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