On this page
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.
Parameters
$auto_updates_stringstring-
The string output for the auto-updates column.
$plugin_pathstring-
The path to the plugin file.
$pluginarray-
An array of plugin data.
$enabledbool-
Whether auto-updates are enabled for this item.
Source
File: wp-admin/includes/class-wp-debug-data.php. View all references
$auto_updates_string = apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled );
Related
Used By
| Used By | Description |
|---|---|
| WP_Debug_Data::debug_data() wp-admin/includes/class-wp-debug-data.php | Static function for generating site debug data when required. |
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/plugin_auto_update_debug_string