JSM's Show User Meta

plugin banner

Show all user meta (aka custom fields) keys and their unserialized values in a metabox on user profile editing pages.

Author:JS Morisset (profile at wordpress.org)
WordPress version required:5.8
WordPress version tested:6.5.2
Plugin version:4.3.0
Added to WordPress repository:02-08-2016
Last updated:18-04-2024
Rating, %:100
Rated by:2
Plugin URI:https://surniaulula.com/extend/plugins/jsm-sh...
Total downloads:68 330
Active installs:3 000+
plugin download
Click to start download

The JSM Show User Metadata plugin displays user profile meta keys and their unserialized values in a metabox at the bottom of the user profile editing page.

There are no plugin settings – simply install and activate the plugin.

Available Filters for Developers

Filter the user meta shown in the metabox:

'jsmsum_metabox_table_metadata' ( array $metadata, $user_obj )

Array of regular expressions to exclude meta keys:

'jsmsum_metabox_table_exclude_keys' ( array $exclude_keys, $user_obj )

Capability required to show user meta:

'jsmsum_show_metabox_capability' ( 'manage_options', $user_obj )

Show user meta for a screen base (defaults to true):

'jsmsum_show_metabox_screen_base' ( true, $screen_base )

Capability required to delete user meta:

'jsmsum_delete_meta_capability' ( 'manage_options', $user_obj )

Icon for the delete user meta button:

'jsmsum_delete_meta_icon_class' ( 'dashicons dashicons-table-row-delete' )

Related Plugins


ChangeLog