Plugin info

Total downloads: 2,676
Active installs: 30
Total reviews: 2
Average rating: 4.5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/26/2016 (3627 days ago)
Added to WordPress: 11/12/2015 (10 years old)
Minimum WordPress version: 4.2
Tested up to WordPress version: 4.4.33
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3627 days ago • 2 reviews

22/100

Is Accept HTTPS with Jetpack Photon and Tiled Galleries abandoned?

Possibly abandoned (last update 3627 days ago).

Compatibility

Requires WordPress: 4.2
Tested up to: 4.4.33
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Please note: this plugin is no longer required with Jetpack version 3.9 and later.

By default, with Jetpack version 3.8.2 and earlier, the Jetpack Photon and Jetpack Tiled Galleries modules do not use the wordpress.com CDN on a site that uses HTTPS. The Accept HTTPS with Jetpack Photon and Tiled Galleries plugin allows those modules to use the wordpress.com CDN by means of a single line of PHP:
add_filter( ‘jetpack_photon_reject_https’, ‘__return_false’ );

Installation

Install Accept HTTPS with Jetpack Photon and Tiled Galleries via the plugin directory. Activate the plugin to enable use of the wordpress.com CDN by the Jetpack Photon and Jetpack Tiled Galleries modules on a site that uses HTTPS. Deactivate the plugin to revert to the default behavior.

Frequently Asked Questions

What’s this all about?

The Jetpack Photon module uses the wordpress.com CDN (content delivery network) to accelerate image loading. It does this by resizing and optimizing the images, and by delivering them from multiple server locations. The Jetpack Tiled Galleries module also uses the wordpress.com CDN, even on a site that doesn’t have Jetpack Photon enabled, which can significantly improve page load time when tiled galleries are present.

Why would I bother using this plugin?

By default, Jetpack version 3.8.2 and earlier does not use the wordpress.com CDN on a site that uses HTTPS. The Accept HTTPS with Jetpack Photon and Tiled Galleries plugin is offered as a convenient way to enable and disable use of the wordpress.com CDN on a site that uses HTTPS. If you’re comfortable editing PHP, you might prefer a DIY approach using the line of code shown in the description. For example, you could add it to functions.php in a child theme.

I have Jetpack 3.9 or later. Do I need this plugin?

By default, Jetpack version 3.9 and later does use the wordpress.com CDN on a site that uses HTTPS, so this plugin is not required.

My site doesn’t use HTTPS. Do I need this plugin?

There is no reason to install this plugin on a site that doesn’t use HTTPS, regardless of which version of Jetpack is installed.

I installed and activated this plugin, but nothing changed. Why?

If your site doesn’t use Jetpack Photon or Jetpack Tiled Galleries, this plugin has no effect.

Where are the settings?

There are no settings.

Review feed

Robert Trevellyan
9/3/2016

our first plugin - hope you find it useful

We were adding the same line of code to several client sites that we had converted to HTTPS. It seemed like a good opportunity to make a small contribution by releasing our first plugin. Please let us know if you find it useful.

Screenshots

No screenshots available

Changelog

1.0.4

  • corrected version number to match stable tag

1.0.3

  • updated readme.txt – this plugin is obsolete with Jetpack 3.9 or later

1.0.2

  • tagging confusion

1.0.1

  • corrected readme.txt

1.0

  • initial release