
內容簡介
JSM Show User Metadata 外掛可在使用者編輯頁面底部顯示使用者資料的元資料鍵及其未序列化的值,方便管理員查看和編輯使用者資訊。
【主要功能】
• 顯示使用者資料元資料於編輯頁面
• 無需額外設定,安裝後即刻啟用
• 提供開發者過濾器以自訂顯示內容
外掛標籤
開發者團隊
原文外掛簡介
The JSM Show User Metadata plugin displays user profile meta keys and 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
JSM Show Comment Metadata
JSM Show Order Metadata for WooCommerce HPOS
JSM Show Post Metadata
JSM Show Term Metadata
JSM Show User Metadata
JSM Show Registered Shortcodes
