=== User Meta Manager === Contributors: Jason Lau Donate link: http://jasonlau.biz Tags: user, users, meta, usermeta, wp_usermeta, data, table, database, edit, add, update, delete, save, saved, list, manage, manager, management, customize, custom, create, activate, register, registers, short, tag, shorttag, member, members, admin, administrate, administrator, administrative, tool, plugin, module, addon, jason, lau, jasonlau, jasonlau.biz Requires at least: 3.3.1 Stable tag: 1.1 Tested up to: 3.3.2 == Description ==
User Meta Manager allows administrators to add, edit, or delete user meta data.
User Meta Manager also provides a shorttag for inserting user meta data into posts or pages.
To display data for a particular user: [usermeta key="meta key" user="user id"]
To display data for the current user: [usermeta key="meta key"]
An additional shorttag is available for restricting user access based on a meta key and value or user ID.
To restrict access based on meta key and value: [useraccess key="meta key" value="meta value" message="You do not have permission to view this content."]Restricted content.[/useraccess]
Allowed users will have a matching meta value.
To restrict access based on user ID: [useraccess users="1 22 301" message="You do not have permission to view this content."]Restricted content.[/useraccess]
Allowed user IDs are listed in the users attribute.