Viewing 5 replies - 1 through 5 (of 5 total)
  • Mylander

    (@mylander)

    thats right.
    this plugin DOES NOT work.

    the wp installation still receives wp updates and installs them automatically. (auto update setting: no)

    i ll try to find another plugin for this.
    i prefeer a plugin instead of modifying the config file.

    i will test this wp org plugin right now:
    Advanced Automatic Updates

    DesignsAndCode

    (@designsandcode)

    What happens when you try this plugin?

    https://wordpress.org/plugins/background-update-tester/

    Does it say background updates are / are not allowed?

    Plugin Author Chip Bennett

    (@chipbennett)

    Okay, I found the problem, and just pushed the fix in version 1.4.

    The issue was a wrong filter name:

    add_filter( 'auto_updater_disabled', '__return_true', 1 );

    From wp-admin\includes\class-wp-upgrader.php:

    return apply_filters( 'automatic_updater_disabled', $disabled );

    I’ve fixed the Plugin so that it’s filtering the correct filter name: automatic_updater_disabled.

    Sorry for any inconvenience, and thanks for using the Plugin!

    Mylander

    (@mylander)

    you re the king, chip!

    i ll try to find the donate button 😉

    Thread Starter DoubleSixx

    (@doublesixx)

    Thanx everyone for quick replies. Hope that code solves the problem. Have a good one.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Doesn't work’ is closed to new replies.