Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32270, comment 2


Ignore:
Timestamp:
11/27/2019 01:16:23 PM (6 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32270, comment 2

    initial v1  
    11Thanks for clarifying that but I have the following in the plugin on my site:
    2 
     2{{{
    33add_filter( 'auto_update_core', '__return_false' );
    44add_filter( 'auto_update_plugin', '__return_false' );
    55add_filter( 'auto_update_theme', '__return_false' );
    66add_filter( 'auto_update_translation', '__return_false' );
    7 
     7}}}
    88I want total control over all updates that are applied.
    99