How to START plugins auto update?
-
Hi
I need to make plugins auto update for my sites. I find the solution at the codex
I added to my functions.php this code:
add_filter( 'auto_update_plugin', '__return_true' );But now I don’t understand when the upgrade must begin. Or maybe I need to initiate it somehow.
Help, please
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘How to START plugins auto update?’ is closed to new replies.