=== User Meta Display === Contributors: tripflex Donate link: https://www.gittip.com/tripflex Tags: user, meta, user meta, display, output, show, users, ajax Requires at least: 3.8 Tested up to: 3.8 Stable tag: 1.0 License: GPLv3 Simple plugin that will allow you to view all user meta by selecting a user from a dropdown list. == Description == This is a simple Wordpress plugin that will allow you to display all meta associated with a user by selecting from a dropdown list. This plugin will create a submenu "User Meta Display" item under the "Users" menu item in your wordpress installation. User meta is generated via AJAX (doesn't require page reload) and is protected using Wordpress nonce to prevent unauthorized output of user meta. = Features = * Display all user meta [Read more about User Meta Display](https://github.com/tripflex/user-meta-display). = Documentation = Documentation will be maintained on the [GitHub Wiki here](https://github.com/tripflex/user-meta-display/wiki). = Contributing and reporting bugs = You can contribute code and localizations to this plugin via GitHub: [https://github.com/tripflex/user-meta-display](https://github.com/tripflex/user-meta-display) = Support = If you spot a bug, you can of course log it on [Github](https://github.com/tripflex/user-meta-display) Or contact me at myles@smyl.es == Installation == = Automatic installation = Install through Wordpress, select activate. = Manual installation = The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application. * Download the plugin file to your computer and unzip it * Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's `wp-content/plugins/` directory. * Activate the plugin from the Plugins menu within the WordPress admin. == Screenshots == 1. User Meta Display Output == Changelog == = 1.0.0 = * Initial Creation