/ Published in: PHP
Put this in your wp-config.php
Enables automatic WP core, theme and plugin updates.
Enables automatic WP core, theme and plugin updates.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* enable wordpress auto updates */ add_filter( 'auto_update_plugin', '__return_true' ); add_filter( 'auto_update_theme', '__return_true' );