Description
Filters the text string of the auto-updates setting for each plugin in the Site Health debug data.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-debug-data.php | 1084 |
Parameters
Type | Name | Description |
---|---|---|
string | $auto_updates_string | The string output for the auto-updates column. |
string | $plugin_path | The path to the plugin file. |
array | $plugin | An array of plugin data. |
bool | $enabled | Whether auto-updates are enabled for this item. |
PHP Doc
/**
* Filters the text string of the auto-updates setting for each plugin in the Site Health debug data.
*
* @since 5.5.0
*
* @param string $auto_updates_string The string output for the auto-updates column.
* @param string $plugin_path The path to the plugin file.
* @param array $plugin An array of plugin data.
* @param bool $enabled Whether auto-updates are enabled for this item.
*/