{"id":214634,"date":"2025-01-13T18:25:27","date_gmt":"2025-01-13T18:25:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/really-simple-disable-comments\/"},"modified":"2025-12-09T15:20:26","modified_gmt":"2025-12-09T15:20:26","slug":"really-simple-disable-comments","status":"publish","type":"plugin","link":"https:\/\/srd.wordpress.org\/plugins\/really-simple-disable-comments\/","author":21017738,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.2.1","stable_tag":"0.2.1","tested":"6.9.4","requires":"5.0","requires_php":"7.0","requires_plugins":null,"header_name":"Really Simple Disable Comments","header_author":"NEXTFLY\u00ae Web Design","header_description":"Effortlessly disable all comments and trackback functionality across your entire WordPress site by activating this plugin.","assets_banners_color":"","last_updated":"2025-12-09 15:20:26","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/nextfly\/really-simple-disable-comments","header_author_uri":"https:\/\/www.nextflywebdesign.com\/","rating":0,"author_block_rating":0,"active_installs":300,"downloads":2525,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1.0":{"tag":"0.1.0","author":"nextfly","date":"2025-07-07 17:56:28"},"0.2.0":{"tag":"0.2.0","author":"nextfly","date":"2025-08-20 16:43:09"},"0.2.1":{"tag":"0.2.1","author":"nextfly","date":"2025-12-09 15:20:26"}},"upgrade_notice":{"0.2.1":"<ul>\n<li>Minor security enhancement. No user action required.<\/li>\n<\/ul>","0.2.0":"<ul>\n<li>Enhanced dashboard functionality - now hides comment counts and recent comments from dashboard widgets.<\/li>\n<\/ul>","0.1.0":"<ul>\n<li>Initial release of Really Simple Disable Comments<\/li>\n<\/ul>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3221758,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3221758,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0","0.2.0","0.2.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[107,14833,126650,225306],"plugin_category":[44],"plugin_contributors":[236882],"plugin_business_model":[],"class_list":["post-214634","plugin","type-plugin","status-publish","hentry","plugin_tags-comments","plugin_tags-disable-comments","plugin_tags-disable-pingbacks","plugin_tags-disable-trackbacks","plugin_category-discussion-and-community","plugin_contributors-nextfly","plugin_committers-nextfly","plugin_support_reps-brettbeck"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/really-simple-disable-comments\/assets\/icon-128x128.png?rev=3221758","icon_2x":"https:\/\/ps.w.org\/really-simple-disable-comments\/assets\/icon-256x256.png?rev=3221758","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Really Simple Disable Comments is a lightweight plugin that completely disables WordPress comments functionality with a single activation. No configuration needed!<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Disables comments on all post types<\/li>\n<li>Removes comment-related UI elements<\/li>\n<li>Disables trackbacks and pingbacks<\/li>\n<li>Removes comment-related admin menu items and dashboard widgets<\/li>\n<li>Hides comment counts from dashboard \"At a Glance\" widget<\/li>\n<li>Hides \"Recent Comments\" section from dashboard Activity widget<\/li>\n<li>Disables all comment-related Gutenberg blocks<\/li>\n<li>Clean and efficient code with no settings required<\/li>\n<\/ul>\n\n<h4>What Gets Disabled?<\/h4>\n\n<ul>\n<li>Comment forms and displays<\/li>\n<li>Admin menu items and dashboard widgets<\/li>\n<li>Comment-related Gutenberg blocks<\/li>\n<li>Trackbacks and pingbacks<\/li>\n<li>Comment-related UI elements in themes<\/li>\n<\/ul>\n\n<h4>Developer Friendly<\/h4>\n\n<p>The plugin includes various filters and actions for developers to customize its behavior:<\/p>\n\n<ul>\n<li><code>rsdc_post_type<\/code> - Filter the post type before removing comment support<\/li>\n<li><code>rsdc_comments_status<\/code> - Filter the comments status<\/li>\n<li><code>rsdc_hide_existing_comments<\/code> - Filter the hidden comments array<\/li>\n<li><code>rsdc_hide_ui_styles<\/code> - Filter the CSS used to hide comment UI elements<\/li>\n<li><code>rsdc_block_editor_settings<\/code> - Filter the block editor settings<\/li>\n<li><code>rsdc_allowed_blocks<\/code> - Filter the allowed Gutenberg blocks<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/really-simple-disable-comments<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>That's it! No configuration needed.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='does%20this%20plugin%20remove%20existing%20comments%3F'><h3>Does this plugin remove existing comments?<\/h3><\/dt>\n<dd><p>No, this plugin only hides existing comments and prevents new comments. It does not delete any data from your database.<\/p><\/dd>\n<dt id='will%20this%20plugin%20disable%20comments%20on%20specific%20post%20types%20only%3F'><h3>Will this plugin disable comments on specific post types only?<\/h3><\/dt>\n<dd><p>No, this plugin is designed to completely disable comments across all post types for simplicity.<\/p><\/dd>\n<dt id='does%20this%20affect%20my%20site%27s%20performance%3F'><h3>Does this affect my site's performance?<\/h3><\/dt>\n<dd><p>No, the plugin is very lightweight and only adds the necessary hooks to disable comment functionality.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.2.1<\/h4>\n\n<ul>\n<li>Changed <code>wp_redirect()<\/code> to <code>wp_safe_redirect()<\/code> for better security when redirecting from comments admin page<\/li>\n<\/ul>\n\n<h4>0.2.0<\/h4>\n\n<ul>\n<li>Added hiding of comment counts from \"At a Glance\" dashboard widget<\/li>\n<li>Added hiding of \"Recent Comments\" section from Activity dashboard widget<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Effortlessly disable all comments and trackback functionality across your entire WordPress site by activating this plugin.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/214634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=214634"}],"author":[{"embeddable":true,"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/nextfly"}],"wp:attachment":[{"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=214634"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=214634"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=214634"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=214634"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=214634"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/srd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=214634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}