apply_filters( ‘theme_auto_update_debug_string’, string $auto_updates_string, WP_Theme $theme, bool $enabled )

In this article

Filters the text string of the auto-updates setting for each theme in the Site Health debug data.

Parameters

$auto_updates_stringstring
The string output for the auto-updates column.
$themeWP_Theme
An object of theme data.
$enabledbool
Whether auto-updates are enabled for this item.

Source

$auto_updates_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $theme, $enabled );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.