Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

WP Hidden Password Protected Pages

Περιγραφή

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).

Στιγμιότυπα

  • Turn off this plugin (Normal View)
  • Turn on this plugin (Hidden Password Protected Page)
  • Setting Menu
  • View list typed post, page, aaaa (custom post) in functions.php

Εγκατάσταση

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”.

Χρήση

About the detail information, Please see “WP Hidden Password Protected Pages Settings” in Setting menu.

deveploping version: https://github.com/kimipooh/wp-hidden-password-protected-pages

Συχνές Ερωτήσεις

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”.

Κριτικές

18 Σεπτεμβρίου 2018
WordPress標準にある記事ページの「パスワード保護」機能を手軽に拡張できるで助かりました。 ありがとうございます。m(_ _)m
3 Σεπτεμβρίου 2016 2 απαντήσεις
I just installed this it works great. My only criticism is that you fail to explain how to make the page password protected and that had my flumuxed for a while. To anyone reading this, you change the page visibility to password protected when editing the page.
Ανάγνωση όλων των 3 κριτικών

Συνεισφέροντες & Προγραμματιστές

“WP Hidden Password Protected Pages” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Το “WP Hidden Password Protected Pages” έχει μεταφραστεί σε 2 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “WP Hidden Password Protected Pages” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

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.1.
  • Changed the supported version of WordPress from 4.0 to 5.4 or higher.

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.