Beskrivelse
When the plugin is turned on, the password protected pages will be hidden. The user who knows the access URL continues to be able to access to the pages.
Optional settings: The unlocked password protected page will be locked again after the idle time (Value of Idle time for Password Protected Pages).
Skærmbilleder




Installation
First of all, please install this plugin and activate it.
Then, if you want to change the lock idle time for the password protected page, please input the value of “Idle time for Password Protected Cookie”.
Brug/Shortcode
About the detail information, Please see “Hidden Password Protected Pages Settings” in Setting menu.
deveploping version: https://github.com/kimipooh/wp-hidden-password-protected-pages
FAQ
If you use custom posts or want to change the view list of password protected pages, please use add_filter; “whppp_get_protected_page_args”.
Anmeldelser
Bidragsydere & udviklere
“Hidden Password Protected Pages” er open source-software. Følgende personer har bidraget til dette plugin.
Bidragsydere“Hidden Password Protected Pages” er blevet oversat til 3 sprog. Tak til oversætterne for deres bidrag.
Oversæt “Hidden Password Protected Pages” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
1.3.0
- Improved WordPress 7.0 compatibility.
- Updated plugin metadata and readme information.
- Added license headers and improved Plugin Check compatibility.
- Improved sanitization, escaping, and nonce handling.
- Improved admin page output escaping and security checks.
- Updated internationalization handling for modern WordPress standards.
- Fixed mixed line endings and minor coding standards issues.
- Renamed plugin display name to remove restricted trademark usage.
- Tested up to WordPress 7.0.
1.2.5
- Fixed the problem of not applying to SVN properly.
1.2.4
- Tested up WordPress 6.7.2 with PHP 8.3.19 and 8.4.5.
- Remove “get_magic_quotes_gpc” function.
1.2.3
- Fixed some variable check.
- Fixed the load_plugin_textdomain parameter.
- Add the function for deleting the setting values from the DB when the plugin is removed.
- Tested up WordPress 5.8 with PHP 8.0.
- Tested up WordPress 6.0.
- Tested up WordPress 6.5.2 with PHP 8.3.6.
1.2.2
- Added the response of CSRF (Cross-Site Request Forgery) vulnerability for this plugin’s settings.
- Tested up WordPress 5.3.2 and php 7.4.2.
- Tested up WordPress 5.6 and php 7.4.2.
1.2.1
- Tested up 5.2.2 with PHP 7.3
1.2.0
- Tested up 5.0.3.
- Added the function for hiding password protected pages in previous post and next post.
1.1.3
- Tested up 4.9.
1.1.2
- Tested up 4.8 and PHP 7.1
1.1.1
- Fixed for wp_get_archives function
1.1.0
- Tested up 4.7.1
- Fixed language translation for GlotPress.
- Added the view function of the list of password protected page.
1.0.6
- Tested up 4.7.
1.0.5
- Tested up 4.6.
1.0.4
- Tested up 4.5.
- Preparing to migrate the translation function to GlotPress.
1.0.3
- Tested up 4.4.1.
- Fixed the explanation in the setting.
1.0.2
- Tested up 4.3.
1.0.1
- Tested up 4.1.1.
1.0.0
- First Released.