- Custom Plugin
- |
- PHP
- |
- WordPress
- |
- WPCodebox
Enable Auto Update WordPress Plugins and Themes
Instructions:
- Add a PHP snippet in WPCodebox
- Paste the code from below
- Save it once
- Enable it and save it again
This will enable automatic updates of plugins and themes.
Type: PHP
add_filter("auto_update_plugin", "__return_true");
add_filter("auto_update_theme", "__return_true");
add_filter("allow_minor_auto_core_updates", "__return_true");