manage_plugins_custom_column

最后更新于:2021-11-27 06:02:39

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.

参数

$column_name

(string)
Name of the column.

$plugin_file

(string)
Path to the plugin file relative to the plugins directory.

$plugin_data

(array)
An array of plugin data.

源文件

文件: gc-admin/includes/class-gc-plugins-list-table.php

View on Trac