add_filter( 'cron_request', function( $args ) {
$args['url'] = set_url_scheme( $args['url'], 'http' );
return $args;
} );
Last active
July 23, 2018 09:55
-
-
Save pogla/6b0b06d2e40c5a57d6b10a06f82bd572 to your computer and use it in GitHub Desktop.
Cron Local By Flywheel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment