설명
Force protocol relative (\ instead http:\ or https:\) for files added in the content editor (eg. post, page)
Before, when add media:
<a href="https://wordpress.org/wp-content/uploads/some-cool-photo.png"><img src="https://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="https://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).
설치
- Upload
pryc-wp-force-protocol-relative-to-uploaded-media
dir to the/wp-content/plugins/
directory - Activate the plugin through the \’Plugins\’ menu in WordPress
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
“PRyC WP: Force protocol relative to uploaded media”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.
기여자변경이력
1.0.1
- First public ver.