All WordPress snippets
WordPress

Turn Off Automatic Theme Updates

Same idea, scoped to themes only — handy when you're actively customizing a theme and don't want it silently overwritten.

php
add_filter( 'auto_update_theme', '__return_false' );
Want your own copy? Fork this repo and build your own snippet collection. Fork on GitHub →