How do we stop Wordpress auto updates -


how stop wordpress auto updates auto updates theme design , functionality distributed.

you can disable automatic updates in wordpress adding line of code in wp-config.php file:

define( 'wp_auto_update_core', false ); 

this disable automatic wordpress updates.

visit wpbeginner


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -