after_plugin_row
do_action( ‘after_plugin_row’, string $plugin_file , array $plugin_data , string $status )
动作钩子::在插件列表中的每一行之后激发。Action Hook: Fires after each row in the Plugins list table.
参数(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 |
总计 0 评论