SWH Users Only

SWH Users Only allows you to hide some parts of your content from not logged in users using shortcode.

Author:Sina Saeedi (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:4.3.1
Plugin version:1.0
Added to WordPress repository:03-11-2015
Last updated:03-11-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://SinaWebHost.ir/plugins/swh-users-only/
Total downloads:426
plugin download
Click to start download

Using this plugin, you can use this shortcodes into your content to protect them from non logged in users:

  • Text: When you want to hide some parts of the content
[swh-users-only] Hello World! [/swh-users-only]
  • Image: When an image is related to your users and you have to restrict it's access
[swh-users-only] <img src="file.jpg" /> [/swh-users-only]
  • Shortcode: When it's important that a contact form and it's file uploader only be filled by users
[swh-users-only] [contact-form-7 404 "Not Found"] [/swh-users-only]
  • HTML: When a download link have to be shown only to registered users
[swh-users-only] <a href="file.zip">Download File</a> [/swh-users-only]