説明
This plugin helps you to hide certain parts of your content like a paragraph or an image etc. to logged-out users or users of any other role with just a simple shortcode.
Customize the shortcode in order to display a special note to your users, apply custom CSS classes for your own design or hide the restricted parts completely.
Features:
- text within shortcode
[member][/member]
is not visible to anonymous users - hide content based on user roles (subscriber, contributor, author, editor, admin)
- restricted text can be replaced with info text box
- info text can be customized
- comes with a handy TinyMCE button for quick access
スクリーンショット
インストール
- Upload the plugin files to the
/wp-content/plugins/restrict-anonymous-access
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- 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. - Optional parameters are
showinfo="0"
to hide the info message,infotext="Your custom info for anons."
andclass="my-custom-css-class"
for adding CSS class to the info box. - Use parameter
role="[subscriber|contributor|author|editor|admin|your-custom-role]"
, e.g.role="editor"
to hide content from users below editor capabilities.
評価
2023年4月26日
Nice and lightweight, works great!
2018年6月12日
First I tried several plugins that are supposed to do the same thing. They did but hard to use or changed content inside the shortcode. Just got tired of messing around with it. I thought I could do an easy check on if the user was logged in and display data if he was. Well that theory is easier said than done.
This programmer did a great job. Kept it simple but can give some quite complex results. Perfect and should be allowed into core, IMHO.
Keep up the good work. I’ll be using this in every website I create.
2017年7月25日
I quite like this plugin; does what it says; is lightweight and not overloaded; easy to handle; no integration in the menue structure but no need for it. I was exactly looking for something like that an I am not disappointed.
Thanks!
5 Stars from me!
fregatte
貢献者と開発者
“Restrict Anonymous Access” をあなたの言語に翻訳しましょう。
開発に興味がありますか ?
変更履歴
1.2
- Added compatibility to custom user roles.
- Added HTML support for infotext parameter.
1.1
- Added optional user role based content restriction.
1.0.3
- Tested with WordPress 4.8.
- Fixed: Text output with paragraph tag (wpautop).
1.0.2
- Initial release for WordPress plugin directory.