https://github.com/webdeveric/visitor-member-shortcodes
https://github.com/webdeveric/visitor-member-shortcodes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdeveric/visitor-member-shortcodes
- Owner: webdeveric
- Created: 2014-09-28T05:04:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-28T05:14:09.000Z (over 10 years ago)
- Last Synced: 2025-01-12T09:12:38.538Z (4 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Visitor/Member Shortcodes ===
Contributors: webdeveric
Donate link: http://webdeveric.com/
Tags: shortcode, visitor, member
Requires at least: 3.0.0
Tested up to: 4.0
Stable tag: 0.1.1This plugin provides shortcodes to show content if the user is logged in or not.
== Description ==
This plugin provides shortcodes to show content if the user is logged in or not.
[visitor] is used to show content when the user is not logged in.
[member] is used to show content when the user is logged in.
== Example ==
[member]I'm signed in[/member]
[visitor]I'm not signed in[/visitor]