Skip to content

Instantly share code, notes, and snippets.

@pogla
Last active July 23, 2018 09:55
Show Gist options
  • Save pogla/6b0b06d2e40c5a57d6b10a06f82bd572 to your computer and use it in GitHub Desktop.
Save pogla/6b0b06d2e40c5a57d6b10a06f82bd572 to your computer and use it in GitHub Desktop.
Cron Local By Flywheel
add_filter( 'cron_request', function( $args ) {

   $args['url'] = set_url_scheme( $args['url'], 'http' );
   return $args;

} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment