[wordpress插件] Accept HTTPS with Jetpack Photon and Tiled Galleries通过Jetpack Photon和Tiled画廊接受HTTPS

wordpress 插件 文章 2020-01-25 01:40 508 0 全屏看文

AI助手支持GPT4.0

评分

90

90

描述

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

请注意:Jetpack 3.9及更高版本不再需要此插件。

By default, with Jetpack version 3.8.2 and earlier, the Jetpack Photon and Jetpack Tiled Galleries modules do not use the wordpress.

默认情况下,对于 Jetpack 版本3.8.2和更低版本, Jetpack Photon Jetpack Tiled Gallerys 模块不使用wordpress。

com CDN on a site that uses HTTPS.

使用HTTPS的网站上的com CDN。

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:
    

通过Jetpack Photon和Tiled Galleries接受HTTPS 插件允许这些模块通过一行PHP使用wordpress.com CDN:
    

add_filter( ‘jetpack_photon_reject_https’, ‘__return_false’ );

add_filter('jetpack_photon_reject_https','__return_false');

安装步骤

Install Accept HTTPS with Jetpack Photon and Tiled Galleries via the plugin directory.

通过插件目录安装通过Jetpack Photon和Tiled Galleries接受HTTPS

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.

激活插件,以使使用HTTPS的网站上的 Jetpack Photon Jetpack Tiled Galleries 模块可以使用wordpress.com CDN。

Deactivate the plugin to revert to the default behavior.

停用插件以恢复为默认行为。

下载地址

https://downloads.wordpress.org/plugin/accept-https-with-jetpack-photon-and-tiled-galleries.1.0.4.zip

https://downloads.wordpress.org/plugin/accept-https-with-jetpack-photon-and-tiled-galleries.1.0.4.zip

-EOF-

AI助手支持GPT4.0