=== JSM Show Comment Metadata === Plugin Name: JSM Show Comment Metadata Plugin Slug: jsm-show-comment-meta Text Domain: jsm-show-comment-meta Domain Path: /languages License: GPLv3 License URI: https://www.gnu.org/licenses/gpl.txt Assets URI: https://jsmoriss.github.io/jsm-show-comment-meta/assets/ Tags: comments, custom fields, metadata, debug, inspector Contributors: jsmoriss Requires PHP: 7.4.33 Requires At Least: 6.0 Tested Up To: 7.1 Stable Tag: 4.9.0 Show comment metadata in a metabox when editing comments - a great tool for debugging issues with comment metadata. == Description == 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](https://wordpress.org/plugins/jsm-show-comment-meta/)
* [JSM Show Order Metadata for WooCommerce HPOS](https://wordpress.org/plugins/jsm-show-order-meta/)
* [JSM Show Post Metadata](https://wordpress.org/plugins/jsm-show-post-meta/)
* [JSM Show Term Metadata](https://wordpress.org/plugins/jsm-show-term-meta/)
* [JSM Show User Metadata](https://wordpress.org/plugins/jsm-show-user-meta/)
* [JSM Show Registered Shortcodes](https://wordpress.org/plugins/jsm-show-registered-shortcodes/)
== Installation ==
== Frequently Asked Questions ==
== Screenshots ==
01. The "Comment Metadata" metabox added to admin comment editing pages.
== Changelog ==