Filter hook 'theme_auto_update_debug_string'

in WP Core File wp-admin/includes/class-wp-debug-data.php at line 1216

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 1216
wp-admin/includes/class-wp-debug-data.php 1302
wp-admin/includes/class-wp-debug-data.php 1398

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.
				 */