17

How to Disable Automatic Theme Updates

Powered by WPCodeBox

Learn how to disable automatic theme updates with this code snippet. Prevent unwanted changes by turning off auto-updates for your WordPress themes.


//Disable all updates
add_filter('automatic_updater_disabled','__return_true');

//Disable theme updates
add_filter('auto_update_theme','__return_false');
We also have a video in which we use this snippet:

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.