內容簡介
請注意:自 Jetpack 版本 3.9 以後,此外掛已不再需要。
預設情況下,Jetpack 版本 3.8.2 及更早版本在使用 HTTPS 網站時,Jetpack Photon 和 Jetpack Tiled Galleries 模組不會使用 wordpress.com CDN。此外掛「Accept HTTPS with Jetpack Photon and Tiled Galleries」可透過一行 PHP 代碼讓這些模組使用 wordpress.com CDN:
add_filter( ‘jetpack_photon_reject_https’, ‘__return_false’ );
外掛標籤
開發者團隊
② 後台搜尋「Accept HTTPS with Jetpack Photon and Tiled Galleries」→ 直接安裝(推薦)
原文外掛簡介
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’ );
