Changes between Initial Version and Version 1 of Ticket #32270, comment 2
- Timestamp:
- 11/27/2019 01:16:23 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32270, comment 2
initial v1 1 1 Thanks for clarifying that but I have the following in the plugin on my site: 2 2 {{{ 3 3 add_filter( 'auto_update_core', '__return_false' ); 4 4 add_filter( 'auto_update_plugin', '__return_false' ); 5 5 add_filter( 'auto_update_theme', '__return_false' ); 6 6 add_filter( 'auto_update_translation', '__return_false' ); 7 7 }}} 8 8 I want total control over all updates that are applied. 9 9