Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #421107

    Hello,
    I wanna disable automatic WordPress update. Is it better to use plugin or code?
    If you recommen a code, please give me the right, I wanna be sure that it is ok.

    Tnx
    Best regards,
    Marijana

    #421124

    Hi Marijana

    Please add following code to Functions.php file in Appearance > Editor

    add_filter( 'automatic_updater_disabled', '__return_true' );

    Regards,
    Yigit

    #422210

    Hi,
    thanks for code, but…
    I can’t find my editor, I don’t have this path available dashboard – appearance – editor…it was before, it’s gone …Wonder why?
    Can I write it in Quick CSS?
    But still I wanna now where is editor..

    Tnx
    Regards,
    Marijana

    #422709

    Hey!

    Hmm, is WordPress updated? Try deactivating all of your plugins to see if they are causing issues.

    Also make sure that your logged in as administrator.

    Cheers!
    Elliott

    • This reply was modified 9 years ago by Elliott.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.