-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·74 lines (48 loc) · 1.72 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
=== Access ===
Contributors: arielhr1987, jlcd0894
Donate link: https://leira.dev
Tags: users, content, restrict, access, widgets, nav, blocks, access
Requires at least: 4.1
Tested up to: 5.3
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Restrict your users access to different site sections like navs, widgets, blocks, pages, categories etc.
== Description ==
This is a plugin created to bring a clean and simple interface for Wordpress administrator and developer so they can create "members" website with just a few clicks
The plugin provides action and filters so it can be extended by developers.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload `leira-access` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Happy coding :)
== Frequently Asked Questions ==
= Is this plugin compatible with multisite? =
Yes.
= What user access restrictions are available =
You will be able to restrict access to the different sections to "Everyone", "Logged Out Users", "Logged In Users" or users with specific roles.
= What sections can I restrict to users? =
Answer to foo bar dilemma.
* Widgets
* Menu Items
* Post/Pages
* Any custom Post type visible in the frontend
* Categories
* Any custom Taxonomy visible in the frontend
* Blocks
= Which user is allowed to set restrictions to content? =
Only Administrators and Super Admins.
== Screenshots ==
1. Basic
== Changelog ==
= 1.0.4 =
* Bug fix. List items containing roles are not escaped anymore
= 1.0.3 =
* Updating assets
= 1.0.2 =
* New plugin display name
= 1.0.1 =
* Author URL updated
= 1.0.0 =
* First plugin release.