這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WPKeyMe

描述

This plugin allows you to require a secret key that is passed via the URL: http://example.com/post-title/?key=[string]
Specify the key in a custom value called “key” with the [string] or use the built in widget.

Stable version of the plugin are pushed to the WordPress repository,
but the latest version of the plugin can be found at:
https://bitbucket.org/excion/wpkeyme/

Issues/Bugs: https://bitbucket.org/excion/wpkeyme/issues

安裝

The easiest way to install this plugin is by searching from within your
WordPress plugins admin area. This plugin was developed by
Aubrey Portwood (hauxh) and is provided to you by Excion.

Issues/Bugs: https://bitbucket.org/excion/wpkeyme/issues

常見問題

This plugin was developed by Aubrey Portwood (hauxh)
and is provided to you by Excion.

Issues/Bugs: https://bitbucket.org/excion/wpkeyme/issues

評價

There are no reviews for this plugin.

貢獻者及開發者

“WPKeyMe” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WPKeyMe 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.2.1

Fixes for default permalinks.

0.2

Reworked so the key could be set using a widget in the post/page.
Also added a way to generate a random key from withing the widget.
Better die page that helps tell the user what is missing.

0.1

Initial creation of the plugin for use in one of our own projects.
This includes the feature to specify a key in the WordPress post’s custom
field “key” and passing that key via the GET method in the URL,
like http://example.com/?key=[string]