=== User Status Shortcode === Contributors: reedwf Donate link: https://www.storyblock.media/ Tags: login, logout, shortcode, widget, inbound, customize Requires at least: 3.0 Tested up to: 4.4.1 Stable tag: 0.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easily allows you to display different content to your visitors that are logged in than those that are logged out via shortcode. == Description == Easily allows you to display different content to your visitors that are logged in than those that are logged out via shortcode. Tested in templates, pages, posts and text widgets. Create a personalized experience for your users that are logged in and your visitors that are logged out. This plugin might be useful for inbound marketers. Available on GitHub: https://github.com/reedwf/user-status-shortcode = Usage Example = * [userloggedin]content[/userloggedin] //returns content only to logged in users * [userloggedout]content[/userloggedout] //returns content only to logged out users == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place the shortcode in your templates, pages, posts and text widgets == Release Notes == = 0.1.1 = * Tested up to 4.4.1 = 0.1 = * Initial Release