
內容簡介
JSM Show Comment Metadata 外掛可在評論編輯頁面底部顯示評論的元資料鍵及未序列化的值,方便用戶查看和管理評論的詳細資訊。
【主要功能】
• 顯示評論元資料鍵及值
• 無需額外設定,安裝後即可使用
• 提供開發者過濾器以自訂顯示內容
外掛標籤
開發者團隊
原文外掛簡介
The JSM Show Comment Metadata plugin displays comment meta keys and unserialized values in a metabox at the bottom of comment editing pages.
There are no plugin settings – simply install and activate the plugin.
Available Filters for Developers
Filter the comment meta shown in the metabox:
'jsmscm_metabox_table_metadata' ( array $metadata, $comment_obj )
Array of regular expressions to exclude meta keys:
'jsmscm_metabox_table_exclude_keys' ( array $exclude_keys, $comment_obj )
Capability required to show comment meta:
'jsmscm_show_metabox_capability' ( 'manage_options', $comment_obj )
Capability required to delete comment meta:
'jsmscm_delete_meta_capability' ( 'manage_options', $comment_obj )
Icon for the delete comment meta button:
'jsmscm_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
