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. |
CARVIEW |
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 );
Used by | Description |
---|---|
WP_MS_Themes_List_Table::column_autoupdates()wp-admin/includes/class-wp-ms-themes-list-table.php | Handles the auto-updates column output. |
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.