-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
29 lines (22 loc) · 951 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
=== Password Form Block ===
Contributors: JordanPak
Tags: password, password block, password form block
Requires at least: 5.7
Tested up to: 5.7.2
Requires PHP: 7.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Display the current post/page password form.
== Description ==
The Password Form block allows the editor to place blocks _before_ the password
form is displayed instead of removing all content before the password is
validated.
== Installation ==
1. Extract `password-form-block.zip` archive content to the `wp-content/plugins/password-form-block` directory.
1. Activate **Password Form Block** plugin in your admin.
1. Set a password for the page/post/etc in your editor.
1. Add the Password Form block in the content where you'd like the password form to display. Content after the form won't display until the password is validated.
== Changelog ==
= [1.0.0] =
* Initial release!