@turtlepod @williamsba I’m digging through Core’s code now.

FTR, the versions released today were *only* the security patch. The WP team is very clear that, for them to push, it must be only fixing the specific issue and only as little as needed to resolve it. Can’t put other things in.



Posted

in

Comments

2 responses to “

  1. kraft Avatar
    kraft

    @turtlepod @williamsba DISALLOW_FILE_MODS should work. As would AUTOMATIC_UPDATER_DISABLED set to true and automatic_updater_disabled filter.

    @williamsba — How do you have updates disabled?

  2. kraft Avatar
    kraft

    @turtlepod @williamsba Without those filters, it checks to see if the item is set to autoupdate via the newish UI (no for y’all), but the API can override that. But, those above and then the type filters (below this line) should still disable github.com/WordPress/word…