Changes between Version 1 and Version 2 of Ticket #51742, comment 44
- Timestamp:
- 11/13/2020 08:44:11 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51742, comment 44
v1 v2 19 19 3. Then there is also the `AUTOMATIC_UPDATER_DISABLED` constant that overrides the `WP_AUTO_UPDATE_CORE` constant and all the filters that override it (including the last one). 20 20 - The `AUTOMATIC_UPDATER_DISABLED` constant also has a filter `automatic_updater_disabled` to override it. 21 - In addition `AUTOMATIC_UPDATER_DISABLED` can be overridden for themes and plugins by the `plugins_auto_update_enabled` and `themes_auto_update_enabled` filters in `wp_is_auto_update_enabled_for_type()`. (Currently this function only supports plugins and themes. Perhaps would be good to add support for core too?)21 - In addition `AUTOMATIC_UPDATER_DISABLED` and the corresponding filter can be overridden for themes and plugins by the `plugins_auto_update_enabled` and `themes_auto_update_enabled` filters in `wp_is_auto_update_enabled_for_type()`. (Currently this function only supports plugins and themes. Perhaps would be good to add support for core too?) 22 22 23 23 Did I miss something? :)