Changes between Version 5 and Version 6 of Ticket #50280, comment 31
- Timestamp:
- 07/28/2020 04:44:03 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50280, comment 31
v5 v6 5 5 6 6 '''Automatic Updater is disabled''' 7 When using the constant `AUTOMATIC_UPDATER_DISABLED` or filter `automatic_updater_disabled` ([https://wordpress.org/support/article/configuring-automatic-background-updates/#configuration-via-filters see docs]), the UI shouldn't be present to suggest that automatic updates can be enabled. [https://github.com/WordPress/wordpress-develop/pull/431/commits/ a32001eb4c72473ec76e8a611710561136f8ddc5 a32001eb].7 When using the constant `AUTOMATIC_UPDATER_DISABLED` or filter `automatic_updater_disabled` ([https://wordpress.org/support/article/configuring-automatic-background-updates/#configuration-via-filters see docs]), the UI shouldn't be present to suggest that automatic updates can be enabled. [https://github.com/WordPress/wordpress-develop/pull/431/commits/92ffb1dabf506442596be0b06343c2d334a42365 92ffb1da]. 8 8 That has the effect of 100% disabling the automatic updates UI, the column isn't shown on the plugins table, etc. 9 9 Similar to using the `plugins_auto_update_enabled` filter which is rather badly and confusingly named (It doesn't enable plugin automatic updates, only toggles the UI to manage it)