Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WPKeyMe

Descripción

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

Instalación

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

Preguntas frecuentes

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

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“WPKeyMe” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “WPKeyMe” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

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]