after_plugin_row_{$plugin_file}

最后更新于:2021-11-25 19:51:39

do_action( “after_plugin_row_{$plugin_file}”, string $plugin_file, array $plugin_data, string $status )

Fires after each specific row in the Plugins list table.

参数

$plugin_file

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

$plugin_data

(array)
An array of plugin data.

$status

(string)
Status filter currently applied to the plugin list. Possible values are: ‘all’, ‘active’, ‘inactive’, ‘recently_activated’, ‘upgrade’, ‘mustuse’, ‘dropins’, ‘search’, ‘paused’, ‘auto-update-enabled’, ‘auto-update-disabled’.

源文件

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

View on Trac