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
-
The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.
- $stylesheet
-
Directory name of the theme.
- $theme
-
WP_Theme object.
Source
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |