after_plugin_row钩子是Wordpress钩子,动作钩子::在插件列表中的每一行之后激发。
do_action( ‘after_plugin_row’, string $plugin_file, array $plugin_data, string $status )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$plugin_file | (string) | 相对于插件目录的插件文件路径。 |
$plugin_data | (array) | 插件数据数组。 |
$status | (string) | 插件的状态。默认值为“All”、“Active”、“Inactive”、“Recently Activated”、“Upgrade”、“Must Use”、“Drop-ins”、“Search”、“Paused”。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.3.0 | wp-admin/includes/class-wp-plugins-list-table.php:996 | 1 | 0 |