How To Disable Automatic Theme And Plugin Updates In WordPress

In this tutorial i will show you how you can disable automatic theme and plugin update in WordPress. For doing it just you need to add two filter in your theme functions.php file. 

Disable automatic WordPress plugin updates: 

add_filter( 'auto_update_plugin', '__return_false');

 

Disable automatic WordPress theme updates: 

add_filter( 'auto_update_theme', '__return_false');

 

Hope it can help you

 

#add-more-jquery #jquery #laravel-7x #laravel-6 #laravel #laravel-5 #example #ajax #wordpress