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_string
-
The string output for the auto-updates column.
- $plugin_path
-
The path to the plugin file.
- $plugin
-
An array of plugin data.
- $enabled
-
Whether auto-updates are enabled for this item.
Source
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |