=== Gleam Shortcodes === Contributors: Gleamfuture IT Services Tags: user information, user shortcodes, user Donate link: http://gleamfuture.com/gleam-shortcodes Requires at least: 4.6 Tested up to: 4.8 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add a simple list of shortcodes to WordPress in order to display the current user information. == Description == This plugin display the Current user information as well as its meta information. This plugin is very flexible you can get users meta by meta key, it will display the value that user meta property. This shortcodes works only for loged in users. This plugin has the following shortcodes [displayusers_meta meta="meta key"] - Display the loggedin users metas value according to parameter
[display_firstname] - Display the Loggedin user firstname
[display_lastname] - Display the Loggedin user lastname
[display_displayname] - Display the Loggedin user name
[display_userid] - Display the Loggedin userid [display_username] - Display the user name ID
[display_useremail] - Display the Loggedin useremail
== Installation == 1. Upload the plugin to "wp-content/plugins/" directory. 2. Activate the plugin through the "Plugins" menu in WordPress. == Screenshots == http://gleamfuture.com/gleam-shortcodes == Frequently Asked Questions == = How to use this plugin? = use code in your page Like this [display_firstname] = How to get meta values? = Pass the meta key name parameter to the shortcode Like this [displayusers_meta meta="meta key"] =Where do i find help?= Please visit us at http://gleamfuture.com For any type of help == Changelog == = 1.0 = * First release.