{"id":135258,"date":"2021-01-19T13:16:04","date_gmt":"2021-01-19T13:16:04","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/jsm-show-comment-meta\/"},"modified":"2026-03-25T12:12:52","modified_gmt":"2026-03-25T12:12:52","slug":"jsm-show-comment-meta","status":"publish","type":"plugin","link":"https:\/\/lo.wordpress.org\/plugins\/jsm-show-comment-meta\/","author":9782930,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"4.8.0","stable_tag":"4.8.0","tested":"6.9.4","requires":"6.0","requires_php":"7.4.33","requires_plugins":null,"header_name":"JSM Show Comment Metadata","header_author":"JS Morisset","header_description":"Show all comment meta (aka custom fields) in a metabox on comment editing pages.","assets_banners_color":"fdfdfd","last_updated":"2026-03-25 12:12:52","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/surniaulula.com\/extend\/plugins\/jsm-show-comment-meta\/","header_author_uri":"https:\/\/surniaulula.com\/","rating":5,"author_block_rating":0,"active_installs":50,"downloads":8462,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","changelog"],"tags":{"4.8.0":{"tag":"4.8.0","author":"jsmoriss","date":"2026-03-25 12:12:52"}},"upgrade_notice":{"4.8.0":"<p>(2025\/07\/14) Updated the <code>SucomUtil<\/code> class.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":2458933,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":2458933,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3312272,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3312272,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["4.8.0"],"block_files":[],"assets_screenshots":{"screenshot-01.jpg":{"filename":"screenshot-01.jpg","revision":3024535,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"The \"Comment Metadata\" metabox added to admin comment editing pages."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[107,2010,94,34796,2994],"plugin_category":[59],"plugin_contributors":[79194],"plugin_business_model":[],"class_list":["post-135258","plugin","type-plugin","status-publish","hentry","plugin_tags-comments","plugin_tags-custom-fields","plugin_tags-debug","plugin_tags-inspector","plugin_tags-metadata","plugin_category-utilities-and-tools","plugin_contributors-jsmoriss","plugin_committers-jsmoriss"],"banners":{"banner":"https:\/\/ps.w.org\/jsm-show-comment-meta\/assets\/banner-772x250.jpg?rev=3312272","banner_2x":"https:\/\/ps.w.org\/jsm-show-comment-meta\/assets\/banner-1544x500.jpg?rev=3312272","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/jsm-show-comment-meta\/assets\/icon-128x128.jpg?rev=2458933","icon_2x":"https:\/\/ps.w.org\/jsm-show-comment-meta\/assets\/icon-256x256.jpg?rev=2458933","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/jsm-show-comment-meta\/assets\/screenshot-01.jpg?rev=3024535","caption":"The \"Comment Metadata\" metabox added to admin comment editing pages."}],"raw_content":"<!--section=description-->\n<p>The JSM Show Comment Metadata plugin displays comment meta keys and unserialized values in a metabox at the bottom of comment editing pages.<\/p>\n\n<p>There are no plugin settings - simply install and activate the plugin.<\/p>\n\n<h4>Available Filters for Developers<\/h4>\n\n<p>Filter the comment meta shown in the metabox:<\/p>\n\n<pre><code>'jsmscm_metabox_table_metadata' ( array $metadata, $comment_obj )\n<\/code><\/pre>\n\n<p>Array of regular expressions to exclude meta keys:<\/p>\n\n<pre><code>'jsmscm_metabox_table_exclude_keys' ( array $exclude_keys, $comment_obj )\n<\/code><\/pre>\n\n<p>Capability required to show comment meta:<\/p>\n\n<pre><code>'jsmscm_show_metabox_capability' ( 'manage_options', $comment_obj )\n<\/code><\/pre>\n\n<p>Capability required to delete comment meta:<\/p>\n\n<pre><code>'jsmscm_delete_meta_capability' ( 'manage_options', $comment_obj )\n<\/code><\/pre>\n\n<p>Icon for the delete comment meta button:<\/p>\n\n<pre><code>'jsmscm_delete_meta_icon_class' ( 'dashicons dashicons-table-row-delete' )\n<\/code><\/pre>\n\n<h4>Related Plugins<\/h4>\n\n<ul>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/jsm-show-comment-meta\/\">JSM Show Comment Metadata<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/jsm-show-order-meta\/\">JSM Show Order Metadata for WooCommerce HPOS<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/jsm-show-post-meta\/\">JSM Show Post Metadata<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/jsm-show-term-meta\/\">JSM Show Term Metadata<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/jsm-show-user-meta\/\">JSM Show User Metadata<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/jsm-show-registered-shortcodes\/\">JSM Show Registered Shortcodes<\/a><\/li>\n<\/ul>\n\n<!--section=changelog-->\n<h3>Version Numbering<\/h3>\n\n<p>Version components: <code>{major}.{minor}.{bugfix}[-{stage}.{level}]<\/code><\/p>\n\n<ul>\n<li>{major} = Major structural code changes and\/or incompatible API changes (ie. breaking changes).<\/li>\n<li>{minor} = New functionality was added or improved in a backwards-compatible manner.<\/li>\n<li>{bugfix} = Backwards-compatible bug fixes or small improvements.<\/li>\n<li>{stage}.{level} = Pre-production release: dev &lt; a (alpha) &lt; b (beta) &lt; rc (release candidate).<\/li>\n<\/ul>\n\n<h3>Repositories<\/h3>\n\n<ul>\n<li><a href=\"https:\/\/jsmoriss.github.io\/jsm-show-comment-meta\/\">GitHub<\/a><\/li>\n<li><a href=\"https:\/\/plugins.trac.wordpress.org\/browser\/jsm-show-comment-meta\/\">WordPress.org<\/a><\/li>\n<\/ul>\n\n<h3>Changelog \/ Release Notes<\/h3>\n\n<p><strong>Version 4.8.0 (2025\/07\/14)<\/strong><\/p>\n\n<ul>\n<li><strong>New Features<\/strong>\n\n<ul>\n<li>None.<\/li>\n<\/ul><\/li>\n<li><strong>Improvements<\/strong>\n\n<ul>\n<li>None.<\/li>\n<\/ul><\/li>\n<li><strong>Bugfixes<\/strong>\n\n<ul>\n<li>None.<\/li>\n<\/ul><\/li>\n<li><strong>Developer Notes<\/strong>\n\n<ul>\n<li>Updated the <code>SucomUtil<\/code> class.<\/li>\n<\/ul><\/li>\n<li><strong>Requires At Least<\/strong>\n\n<ul>\n<li>PHP v7.4.33.<\/li>\n<li>WordPress v6.0.<\/li>\n<\/ul><\/li>\n<\/ul>","raw_excerpt":"Show comment metadata in a metabox when editing comments - a great tool for debugging issues with comment metadata.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/135258","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=135258"}],"author":[{"embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jsmoriss"}],"wp:attachment":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=135258"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=135258"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=135258"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=135258"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=135258"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=135258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}