An open API service indexing awesome lists of open source software.

https://github.com/webdeveric/visitor-member-shortcodes


https://github.com/webdeveric/visitor-member-shortcodes

Last synced: 2 months ago
JSON representation

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.1

This 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]