Enable automatic updates with vcs
-
I can’t enable auto updates using the filter. I added
function ai1ec_vcs( $checkout, $context ) { error_log($checkout); return true; } add_filter( 'automatic_updates_is_vcs_checkout', 'ai1ec_vcs', 10, 2 );
but if i check with this plugin it still fails because vcs is detected. My plugin is active.
https://www.ads-software.com/plugins/background-update-tester/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Enable automatic updates with vcs’ is closed to new replies.