deactivate auto update wordpress plugins

PHP
add_filter( 'plugins_auto_update_enabled', '__return_false' );
Source

Also in PHP: