theme_auto_update_debug_string WordPress Filter Hook

The theme_auto_update_debug_string WordPress hook is used to print debugging information when the theme is updated.

apply_filters( 'theme_auto_update_debug_string', string $auto_updates_string, WP_Theme $theme, bool $enabled ) #

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


Parameters

$auto_updates_string

(string)The string output for the auto-updates column.

$theme

(WP_Theme)An object of theme data.

$enabled

(bool)Whether auto-updates are enabled for this item.


Top ↑

Source

File: wp-admin/includes/class-wp-debug-data.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.