Changeset 2459065
- Timestamp:
- 01/19/2021 03:28:10 PM (5 years ago)
- Location:
- restrict-anonymous-access
- Files:
-
- 2 edited
-
tags/1.2/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
restrict-anonymous-access/tags/1.2/readme.txt
r2278414 r2459065 4 4 Tags: user access, restrict content, capabilities, access-control 5 5 Requires at least: 6 Tested up to: 5. 46 Tested up to: 5.6 7 7 Stable tag: 1.2 8 8 License: GPLv3 … … 31 31 1. Upload the plugin files to the `/wp-content/plugins/restrict-anonymous-access` directory, or install the plugin through the WordPress plugins screen directly. 32 32 2. Activate the plugin through the 'Plugins' screen in WordPress. 33 3. Use the shortcode `[member][/member]` in any post, page or custom post type in order to hide content from anonymous users. 33 3. Use the shortcode `[member][/member]` in any post, page or custom post type in order to hide content from anonymous users. Important: Please use "Classic" block element if you are using Gutenberg. 34 34 4. Optional parameters are `showinfo="0"` to hide the info message, `infotext="Your custom info for anons."` and `class="my-custom-css-class"` for adding CSS class to the info box. 35 35 5. Use parameter `role="[subscriber|contributor|author|editor|admin|your-custom-role]"`, e.g. `role="editor"` to hide content from users below editor capabilities. -
restrict-anonymous-access/trunk/readme.txt
r2278414 r2459065 4 4 Tags: user access, restrict content, capabilities, access-control 5 5 Requires at least: 6 Tested up to: 5. 46 Tested up to: 5.6 7 7 Stable tag: 1.2 8 8 License: GPLv3 … … 31 31 1. Upload the plugin files to the `/wp-content/plugins/restrict-anonymous-access` directory, or install the plugin through the WordPress plugins screen directly. 32 32 2. Activate the plugin through the 'Plugins' screen in WordPress. 33 3. Use the shortcode `[member][/member]` in any post, page or custom post type in order to hide content from anonymous users. 33 3. Use the shortcode `[member][/member]` in any post, page or custom post type in order to hide content from anonymous users. Important: Please use "Classic" block element if you are using Gutenberg. 34 34 4. Optional parameters are `showinfo="0"` to hide the info message, `infotext="Your custom info for anons."` and `class="my-custom-css-class"` for adding CSS class to the info box. 35 35 5. Use parameter `role="[subscriber|contributor|author|editor|admin|your-custom-role]"`, e.g. `role="editor"` to hide content from users below editor capabilities.
Note: See TracChangeset
for help on using the changeset viewer.