theme_auto_update_debug_string

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$auto_updates_string

The string output for the auto-updates column.

$theme

An object of theme data.

$enabled

Whether auto-updates are enabled for this item.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
5.5.0 Introduced.

Advertisement

Leave a Reply