Created
February 4, 2016 18:38
-
-
Save dbspringer/d2e0bc1f2730246630a9 to your computer and use it in GitHub Desktop.
To force Jetpack to make API requests using HTTPS.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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