theme_auto_update_setting_html WordPress Filter Hook
The theme_auto_update_setting_html hook allows you to add a setting to the WordPress auto-update settings page. This hook is useful for adding a setting to control whether or not your theme should be updated automatically.
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
Source
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |