Skip to content

Instantly share code, notes, and snippets.

@mustardBees
Created April 13, 2015 16:31
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 mustardBees/af34c9620e85cd7cefa1 to your computer and use it in GitHub Desktop.
Save mustardBees/af34c9620e85cd7cefa1 to your computer and use it in GitHub Desktop.
Enable Jetpack Photon on HTTPS
<?php
/**
* Enable Jetpack Photon on HTTPS
*
* @author Jeremy Herve
* @link http://goo.gl/inSy5i
*/
add_filter( 'jetpack_photon_reject_https', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment