La création de site web implique de se tenir à jour et au courant des évolutions techniques.
Vous retrouverez ici les pages que nous avons visitées et dont nous avons estimées digne d’intérêt.
Il n’y a d’ailleurs pas que de la technique…
How to Turn Off Automatic Updates in WordPress 3.7 - WPMU.org
Octobre 2013, Par jpyratThe WordPress admin area doesn’t have an “Off” switch built into the UI, but you can disable automatic updates by adding the following code to your wp-config.php file :
1
define( 'AUTOMATIC_UPDATER_DISABLED', true ) ;
There are a couple of other methods developers should know about :
If you’re using a deployment system that uses SVN or GIT it’s disabled by default
→ Lire la suite sur le site d’origine…
