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
Hi Marijana
Please add following code to Functions.php file in Appearance > Editor
add_filter( 'automatic_updater_disabled', '__return_true' );
Regards,
Yigit
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
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