Linux 软件免费装
Banner图

PRyC WP: Force protocol relative to uploaded media

开发者 PRyCpl
更新时间 2023年6月20日 19:44
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 6.2.2
版权: GPLv2 or later
版权网址: 版权信息

标签

http ssl WordPress https HTTP URL SSL HTTPS

下载

详情介绍:

Force protocol relative (\ instead http:\ or https:\) for files added in the content editor (eg. post, page) Before, when add media: <a href="http://wordpress.org/wp-content/uploads/some-cool-photo.png"><img src="http://wordpress.org/wp-content/uploads/some-cool-photo.png" alt="Some cool photo" width="1920" height="1410" class="aligncenter size-full wp-image-19200813" /></a> After, when add media: <a href="//wordpress.org/wp-content/uploads/some-cool-photo.png"><img src="http://wordpress.org/wp-content/uploads/some-cool-photo.png" alt="Some cool photo" width="1920" height="1410" class="aligncenter size-full wp-image-19200813" /></a> The plugin works only for newly added media (does not change the older entries).

安装:

  1. Upload pryc-wp-force-protocol-relative-to-uploaded-media dir to the /wp-content/plugins/ directory
  2. Activate the plugin through the \'Plugins\' menu in WordPress

升级注意事项:

1.0.1
  • First public ver.

更新日志:

1.0.1