开发者 | cyrilbatillat |
---|---|
更新时间 | 2014年5月21日 03:15 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 3.9.1 |
版权: | GPLv2 |
版权网址: | 版权信息 |
/wp-content/plugins/
directory<?php if ( post_password_required() ) { ?> <div id="form-password"> <?php echo get_the_password_form(); ?> </div> <?php } ?>
See WordPress codex for more info.The password is deleted from the database, so it is no longer attached to your post.
The plugin use WordPress cron feature to periodically delete expired passwords. Please make sure this functionnality is working on your WordPress installation. WP-Cron Control plugin is a good way to see what's happening with the cron.
In WordPress, a post is protected as long as it has a password attached. When all the post passwords have expired, the post is no longer protected. It's as simple as that. To keep a post protected, assign it a password without an expiration date.
Yes.
Yes. After deactivation or uninstallation, your posts are still protected with the first password that was attached to each of them.
Be sure that the timezone is well defined in /wp-admin/options-general.php
Yes. Actually these actions are defined :