
內容簡介
f(x) SSL 是一款非常簡單的 WordPress 外掛,可以強制網站使用 HTTPS 來加密傳輸。
安裝此外掛後,您可以在「設定 > 一般」中的「SSL(HTTPS)」部分啟用此功能。
功能特色:
使用非常簡單,只有一個勾選框。
提供清晰的安裝指令。
與 WordPress「一般」設定項目無縫整合。
修正內容、小工具等處的 URL,以確保所有圖片等項目被正確載入。
使用 GPL v2.0 或更新的授權。🙂 您可以使用它製造一些很酷的東西。
如需協助,請聯繫 Genbu Media。
開發者注意事項:
Github
此外掛的開發位於 GitHub。歡迎提交 pull request 或 bug 報告。
選項
此外掛將選項儲存於單一選項名稱:「fx-ssl」。
掛鈎
此外掛提供以下掛鈎(hooks):
過濾器:fx_ssl_notice_fail(字串)
如果不支援此功能,則顯示外掛啟用通知。
過濾器:fx_ssl_notice_success(字串)
如果支援此功能,則顯示外掛啟用通知。
過濾器:fx_ssl_notice_active(字串)
如果支援此功能且已啟用,則顯示外掛啟用通知。
過濾器:fx_ssl_settings_section_description(字串)
設定描述。
過濾器:fx_ssl_fix_url(字串)
如果需要傳遞其他 URL 給內容、節錄、文字小工具等處的解析,可以使用此掛鈎。
外掛標籤
開發者團隊
原文外掛簡介
f(x) SSL is a very simple plugin to force your site to use HTTPS.
After installation of this plugin, you can enable this in “Settings > General” under “SSL (HTTPS)” Section.
Features:
Super simple and easy to use. Only one checkbox.
Clear installation instruction.
Integrate to the WordPress “General” Settings seamlessly.
Fix URL in content, widget, etc to use HTTPS to make sure all images, etc loaded properly.
The GPL v2.0 or later license. 🙂 Use it to make something cool.
Support available at Genbu Media.
Notes for developer:
Github
Development of this plugin is hosted at GitHub. Pull request and bug reports are welcome.
Options
This plugin save the options in single option name: fx-ssl.
Hooks
List of hooks available in this plugin:
filter: fx_ssl_notice_fail (string)
Plugin activation notice if feature is not supported.
filter: fx_ssl_notice_success (string)
Plugin activation notice if feature is supported.
filter: fx_ssl_notice_active (string)
Plugin activation notice if feature is supported and already active.
filter: fx_ssl_settings_section_description (string)
Settings description.
filter: fx_ssl_fix_url (string)
If you need to pass other URL to parse to content, excerpt, text widget, etc.
