apply_filters( ‘theme_auto_update_setting_html’, string $html, string $stylesheet, WP_Theme $theme )

In this article

Filters the HTML of the auto-updates setting for each theme in the Themes list table.

Parameters

$htmlstring
The HTML for theme’s auto-update setting, including toggle auto-update action link and time to next update.
$stylesheetstring
Directory name of the theme.
$themeWP_Theme
WP_Theme object.

Source

echo apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

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