Skip to content

Instantly share code, notes, and snippets.

@dbspringer
Created February 4, 2016 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbspringer/d2e0bc1f2730246630a9 to your computer and use it in GitHub Desktop.
Save dbspringer/d2e0bc1f2730246630a9 to your computer and use it in GitHub Desktop.
To force Jetpack to make API requests using HTTPS.
<?php
add_filter( 'jetpack_can_make_outbound_https', '__return_true', 99999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment