=== User Shortcodes Plus === Contributors: kbjohnson90 Tags: user, shortcodes, meta Donate link: http://kylebjohnson.me/plugins Requires at least: 4.2 Tested up to: 4.5 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add simple user shortcodes to WordPress for displaying information, including custom meta, about any user. == Description == Add simple user shortcodes to WordPress for displaying information, including custom meta, about any user. = Available Shortcodes = * [user_id] * [user_login] * [user_email] * [user_firstname] * [user_lastname] * [user_nicename] * [user_display] * [user_display_name] * [user_registered] = Displaying userdata for another user = ex. [user_email id=2] == Installation == This section describes how to install the plugin and get it working. 1. Upload the `user-shortcodes-plus` directory to your `/wp-content/plugins/` directory 2. Activate the plugin through the \'Plugins\' menu in WordPress 3. Add shortcodes to the content of any post type. == Frequently Asked Questions == = What shortcodes are supported? = - [user_id] - [user_login] - [user_email] - [user_firstname] - [user_lastname] - [user_nicename] - [user_display] - [user_display_name] - [user_registered] = Displaying userdata for another user = ex. [user_email id=2] == Screenshots == 1. Example use of shortcodes == Changelog == = 1.0.0 = Initial Commit