plugin_auto_update_debug_string

最后更新于:2021-11-27 14:40:31

apply_filters( ‘plugin_auto_update_debug_string’, string $auto_updates_string, string $plugin_path, array $plugin, bool $enabled )

Filters the text string of the auto-updates setting for each plugin in the Site Health debug data.

参数

$auto_updates_string

(string)
The string output for the auto-updates column.

$plugin_path

(string)
The path to the plugin file.

$plugin

(array)
An array of plugin data.

$enabled

(bool)
Whether auto-updates are enabled for this item.

源文件

文件: gc-admin/includes/class-gc-debug-data.php

View on Trac