W3cubDocs

/WordPress

apply_filters( 'theme_auto_update_setting_html', string $html, string $stylesheet, WP_Theme $theme )

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

Parameters

$html

(string) The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.

$stylesheet

(string) Directory name of the theme.

$theme

(WP_Theme) WP_Theme object.

Source

File: wp-admin/includes/class-wp-ms-themes-list-table.php

View on Trac

Changelog

Version Description
5.5.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/theme_auto_update_setting_html