Filters the HTML of the auto-updates setting for each theme in the Themes list table.
Parameters
Source
echo apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme );
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
Filters the HTML of the auto-updates setting for each theme in the Themes list table.
echo apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme );
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.