このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Protocol Enforcer

説明

A simple drop down selection meta box on a post edit page will allow you to specify default, HTTP or HTTPS. Default will allow both HTTP and HTTPS protocols.

スクリーンショット

  • The metabox
  • The metabox with the select options expanded.

インストール

  1. Unzip files.
  2. Upload the folder into your plugins directory.
  3. Activate the plugin.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Protocol Enforcer はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Protocol Enforcer” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.1

  • Added metabox with dropdown to select: default, http, https
  • Added logic in template_redirect hook to check this meta field for intended protocol to be used and redirect if needed.

0.2

  • Contributors update

0.3

  • Added global variable for object to access the inteded redirection URL.