Plugin info

Total downloads: 13,472
Active installs: 500
Total reviews: 6
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 6/4/2014 (4227 days ago)
Added to WordPress: 3/18/2014 (11 years old)
Minimum WordPress version: 3.8
Tested up to WordPress version: 3.9.40
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4227 days ago • 6 reviews

22/100

Is User Meta Display abandoned?

Possibly abandoned (last update 4227 days ago).

Compatibility

Requires WordPress: 3.8
Tested up to: 3.9.40
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Admin Log
Rating 2.9/5 (7 reviews)Active installs 2,000
Widget Output Cache
Rating 4.9/5 (7 reviews)Active installs 200
Widget Output Filters
Rating 5.0/5 (3 reviews)Active installs 70
WP Spider Cache
Rating 3.5/5 (2 reviews)Active installs 10
Output Optimizer
Rating 0.0/5 (0 reviews)Active installs 10
Program Output
Rating 0.0/5 (0 reviews)Active installs 10

Description

Ajax powered admin page to show, edit, add, and remove user meta. Choose dropdown list by User Login, ID, or Display Name.

You can select how the display list will show the users, by Display Name, User Login, or ID. Default is Display Name.

Refresh the current users meta being shown, or dropdown list by clicking on Refresh button.

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 via Ajax
  • Edit user meta via Ajax
  • Supports Adding/Updating meta with HTML
  • Remove user meta via Ajax
  • Add new user meta via Ajax
  • Refresh user dropdown list via Ajax
  • Refresh displayed user meta via Ajax
  • Direct link from WP user list table to view user meta

Read more about User Meta Display.

Documentation

Documentation will be maintained on the GitHub Wiki here.

Contributing and reporting bugs

You can contribute code and localizations to this plugin via GitHub: https://github.com/tripflex/user-meta-display

Support

If you spot a bug, you can of course log it on Github

Or contact me at [email protected]

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.

Frequently Asked Questions

No FAQ available

Review feed

kilinkis
9/3/2016

exatctly what I needed

good job!
onigetoc
9/3/2016

Great plugin

Great plugin, this is what i needed.
Steven
9/3/2016

Does exactly what it says!

This plugin works exactly as described. If you need to vie and edit user meta, this is the only plugin to use!

Screenshots

  1. User List Dropdown Options

    User List Dropdown Options

  2. Removing Meta

    Removing Meta

  3. Adding New Meta

    Adding New Meta

  4. Editing Existing Meta

    Editing Existing Meta

Changelog

1.2.2

  • June 4, 2014
  • Fixed problem with updating meta with HTML
  • Moved Add/Remove buttons to side of list table
  • Fixed adding new meta with HTML
  • Added alternating row colors

1.2.1

  • May 24, 2014
  • Fixed php warning when user_id is null
  • Updated method of success or error for incorrect notification when debug is enabled
  • Moved external JS inside php file and removed script reference

1.2.0

  • May 19, 2014
  • Added remove meta functionality
  • Added edit meta functionality
  • Added add new meta functionality
  • Few misc bug fixes

1.2.0a

  • May 11, 2014
  • Added refresh button for currently displayed user meta
  • Added refresh button for dropdown list of users

1.1.1

  • March 25, 2014
  • fix missing css files

1.1.0

  • March 25, 2014
  • Add Ajax loading
  • Select user by ID, Display Name, or User Login
  • Removed old non-used code

1.0.0

  • March 17, 2014
  • Initial Creation