=== Easy User Data ===
Contributors: Mills & Young Custom Web Shop
Tags: User, Data
Stable tag: 1.0
License: GPL2

Developed by Mills & Young Custom Web Shop, Easy User Data is a Plugin to allow for easy retrieval of current user login information.  This is simply a wrapper for the default Wordpress Functions while supplying an easy to use shortcode to access the data.
  

== Description ==
Enables easy retrieval of the following User Attributes ( User must be logged in ):
- ID
- Login Name
- Nice Name
- Email
- Url
- Registration Date
- Display Name
- Role
- IP (Works for Non Registered Users as well)

All available hooks:

[Easy_User_Data|UserId]

[Easy_User_Data|UserLogin]

[Easy_User_Data|UserNicename]

[Easy_User_Data|UserEmail]

[Easy_User_Data|UserUrl]

[Easy_User_Data|UserRegisteredDate]

[Easy_User_Data|UserDisplayName]

[Easy_User_Data|UserRoles]

[Easy_User_Data|UserIp]

== Installation ==
1. Upload `easy_user_data.php` to the `/wp-content/plugins/easy_user_data` directory
2. Activate the plugin through the \'Plugins\' menu in WordPress
3. Place your hooks in your webpage!