All WordPress snippets
WordPress

Turn Off Automatic Plugin Updates

Disables WordPress's background auto-updates specifically for plugins, without touching core or theme updates.

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