Описание
This plugin will limit access to the site. Only visitors with a cookie token will be able to access the public website. Visitors without the cookie will see a «coming soon» style of page.
You can customise the «coming soon» content, and you can change the way tokens work. Visit yoursite.com/?add_token to receive the token allowing you to see the site. To remove the limited access, simply disable this plugin.
By default, the token is «letmein». So use these links:
site.com?letmein
site.com?takemeoff
This plugin is useful when you’re developing your site. You can work on your live web server without having your site open to the public.
Установка
- Upload plugin to your wordpress installation plugin directory
- Activate plugin through the
Plugins
menu in WordPress - Look at the configuration screen (found under
Tools
in the WordPress menu) - You can change settings or customise your ‘coming soon’ content here.
Отзывы
Участники и разработчики
«Token Access» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Token Access» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.8.1
- Version bump for build process
1.8.0
- Refactor plugin and check compatibility with latest WP
1.7.1
- Fix: It was showing the placeholder on the wp-login.php page too.
1.7.0
- Rewrote plugin to meet code standards.
- Now stores custom placeholder in options table, instead of writing to a file that will be overwritten when the plugin updates.
- Using the proper WP Settings API to manage options.
1.6.3
- Updating versions & changelog
- Better wp-cli compatibility
1.4.0
- Overhaul for better use of WP functions, and more acceptable CSS rules.
- Compatible with WordPress 4.4
1.2.0
- Initial public release.