Add the following code to your WordPress installation’s wp-config.php:
/* Enable automatic updates */ define( 'WP_AUTO_UPDATE_CORE', true ); add_filter( 'auto_update_plugin', '__return_true' ); add_filter( 'auto_update_theme', '__return_true' );
Source: https://codex.wordpress.org/Configuring_Automatic_Background_Updates
1 Comment
Comments are closed.
[…] (WordPress, thèmes et extensions). Vous pouvez facilement automatiser ça en utilisant le code sur cette page (à coller dans votre document wp-config.php. WordPress mettra tout à jour […]