Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-debug-data.php | apply_filters | 1053 | /** * 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. */ |
Hook Parameters
Parameter 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. |