Auto updates for plugins not working
-
I’ve got WP 4.2.2 and I have autoupdate set for both core and plugins. Odd thing is that it doesn’t update all my plugins. In particualar I have some commercial ones and it doesnt update those. My settings in wp-config.php are:
// Update core – minor versions
define( ‘WP_AUTO_UPDATE_CORE’, ‘minor’ );// Update plugins
add_filter( ‘auto_update_plugin’, ‘__return_true’ );// Update themes
add_filter( ‘auto_update_theme’, ‘__return_true’ );Am I going blind or have I misread the documentation? Any pointers?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Auto updates for plugins not working’ is closed to new replies.