# user-meta-management

Contributors: Osmosys

Tags: user, meta, management

Requires at least: 4.0

Tested up to: 4.9

Stable tag: 0.0.1

License: GPLv2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html


##### A WordPress plugin that allows you to view the meta keys associated with a given user.

## Description 

* manages the user meta information.
* User can add the new custom meta key.
* User can update the meta information.
* User can delete the custom meta information.
* User can enter the meta key and value and he can get the list of users who are having the same meta information.
* By entering the value of meta key and by omitting the meta value, user can get the list of users, containing the entered meta key.


## Installation 

1. Upload `user-meta-management` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.


## Screenshots 

Starting screen of the user meta manager 
![Front screen](https://raw.githubusercontent.com/OsmosysSoftware/user-meta-manager/gh-pages/img/frontscreen.png)

Screenshot showing results of meta search.
![Meta search](https://raw.githubusercontent.com/OsmosysSoftware/user-meta-manager/gh-pages/img/metasearch.png)

Screenshot for opening user meta information dialog box
![Meta search](https://raw.githubusercontent.com/OsmosysSoftware/user-meta-manager/gh-pages/img/open-dialog.png)

Screenshot showing adding of meta keys to the user.
![Meta adding](https://raw.githubusercontent.com/OsmosysSoftware/user-meta-manager/gh-pages/img/addusermeta.png)

Screenshot showing update of meta keys to the user
![Meta adding](https://raw.githubusercontent.com/OsmosysSoftware/user-meta-manager/gh-pages/img/updateusermeta.png)

Screen showing the deleting of meta keys.
![Preventing deletion](https://raw.githubusercontent.com/OsmosysSoftware/user-meta-manager/gh-pages/img/preventdelete.png)
