Title: Uncomment &#8211; Disable Comments
Author: Plugin Pizza
Published: <strong>28. decembra 2021</strong>
Last modified: 2. januára 2026

---

Vyhľadať plugin

![](https://ps.w.org/uncomment/assets/banner-772-250.png?rev=3126336)

![](https://ps.w.org/uncomment/assets/icon.svg?rev=3126338)

# Uncomment – Disable Comments

 Od [Plugin Pizza](https://profiles.wordpress.org/pluginpizza/)

[Stiahnuť](https://downloads.wordpress.org/plugin/uncomment.1.2.2.zip)

[Live Preview](https://sk.wordpress.org/plugins/uncomment/?preview=1)

 * [Podrobnosti](https://sk.wordpress.org/plugins/uncomment/#description)
 * [Recenzie](https://sk.wordpress.org/plugins/uncomment/#reviews)
 *  [Inštalácia](https://sk.wordpress.org/plugins/uncomment/#installation)
 * [Vývoj](https://sk.wordpress.org/plugins/uncomment/#developers)

 [Podpora](https://wordpress.org/support/plugin/uncomment/)

## Popis

Your one-stop shop to completely disable comments and remove all comment functionality
and interface elements from your theme and administration screens.

While WordPress allows you to disable comments site-wide via the comments setting
screen, the Uncomment plugin goes one step further and disables or hides all interface
elements and other functionality related to comments on your WordPress site.

Starting with Uncomment consists of just two steps: installing and activating the
plugin. Uncomment is designed to disable or hide commenting functionality on your
WordPress site without any additional settings. Uncomment also works great as a 
must-use plugin.

### Bug Reports

Do you want to report a bug or suggest a feature for Uncomment? Best to do so in
the [Uncomment repository on GitHub](https://github.com/pluginpizza/uncomment/).

## Inštalácia

Starting with Uncomment consists of just two steps: installing and activating the
plugin. Uncomment is designed to disable or hide commenting functionality on your
WordPress site without any additional settings. Uncomment also works great as a 
must-use plugin.

### Install Uncomment from within WordPress

 1. Visit the Plugins page within your dashboard and select ‘Add New’
 2. Search for ‘Uncomment’
 3. Activate Uncomment from your Plugins page

### Install Uncomment manually

 1. Upload the ‘uncomment’ folder to the /wp-content/plugins/ directory
 2. Activate the Uncomment plugin through the ‘Plugins’ menu in WordPress

Uncomment contains a `GitHub Plugin URI` plugin header to support updates via the
[Git Updater](https://git-updater.com/) plugin.

## Časté otázky

### Does this plugin delete existing comments from the database?

Uncomment does not delete any existing comments from the database.

### Does this plugin delete existing comment blocks from the post content?

Uncomment does not delete any existing comment blocks from the post content. It 
does prevent displaying comment blocks on your site by replacing their output with
an empty string.

### Can I enable comments for a specific post or post type?

Uncomment is designed to completely disable or hide all comments and commenting 
functionality on your WordPress site. It does not provide any settings to enable
comments for specific posts or post types.

### I’m still seeing comments on my site?

Uncomment uses WordPress core actions, filters and functions to hide or disable 
comments and comment-related elements. It is possible that your theme or another
plugin uses its own custom comment elements or functions. In that case, the Uncomment
plugin is unable to remove those elements.

If you spot any WordPress core comment functionality that should have been removed
by the Uncomment plugin, please let us know by opening an [issue](https://github.com/pluginpizza/uncomment/issues/)
or [pull request](https://github.com/pluginpizza/uncomment/pulls/) on Github.

## Recenzie

Pre tento plugin nie sú žiadne recenzie.

## Prispievatelia a vývojári

“Uncomment – Disable Comments” je softvér s otvoreným zdrojovým kódom. Do tohto 
pluginu prispeli nasledujúci ľudia.

Prispievatelia

 *   [ Plugin Pizza ](https://profiles.wordpress.org/pluginpizza/)
 *   [ Barry Ceelen ](https://profiles.wordpress.org/barryceelen/)

[Preložiť „Uncomment – Disable Comments“ do vašho jazyka.](https://translate.wordpress.org/projects/wp-plugins/uncomment)

### Máte záujem o vývoj?

[ Prehľadávajte zdrojový kód](https://plugins.trac.wordpress.org/browser/uncomment/),
preskúmajte [SVN repozitár](https://plugins.svn.wordpress.org/uncomment/), alebo
sa prihláste na odber [vývojárskeho logu](https://plugins.trac.wordpress.org/log/uncomment/)
cez [RSS](https://plugins.trac.wordpress.org/log/uncomment/?limit=100&mode=stop_on_copy&format=rss).

## Zoznam zmien

#### 1.2.2

Release Date: January 2nd, 2026

 * Fix missing exclusions for new core comments blocks.
 * Fix incorrect use of is_a() when removing admin bar items.
 * Fix coding standards issues.

#### 1.2.1

Release Date: December 19th, 2023

 * Fix missing exclusion for the core/comments block.
 * Fix deprecated ${var} in strings. Props @claytoncollie

#### 1.2.0

Release Date: November 13th, 2023

 * Update tested up to version.
 * Update cloned comment_feed_links() function for WP version < 6.1.0

#### 1.1.0

Release Date: January 17th, 2023

 * Add missing i18n namespace
 * Use filters to remove comment feed links for WP version => 6.1.0

WordPress 6.1.0 [introduces filters](https://core.trac.wordpress.org/changeset/54161)
that allow us to specify whether to display the post comments feed link. For versions
lower than 6.1.0 we’ll still replace the core [feed_links_extra()](https://developer.wordpress.org/reference/functions/feed_links_extra/)
function with [our own near-identical one](https://github.com/pluginpizza/uncomment/blob/main/includes/feeds.php#L41).

#### 1.0.4

Release Date: September 14th, 2022

 * Remove Akismet plugin notice. Useful on multisite installs where Akismet is network
   activated or on VIP Go environments.

#### 1.0.3

Release Date: May 16th, 2022

 * Prevent inserting the new comment-related blocks included with WordPress 6.0 
   into a post.
 * Disable showing comment-related blocks on the frontend.

Note that Uncomment aims to not touch any existing content. Comment-related blocks
that have already been added to a post will still be visible in the editor. They
will not be rendered when a site visitor views the post.

#### 1.0.2

Release Date: January 27th, 2022

 * Update tested up to version.

#### 1.0.1

Release Date: January 27th, 2022

 * Fix removing comment items from the network admin bar.
 * Remove Akismet plugin „At a Glance“ section.

#### 1.0

Release Date: November 25th, 2021

 * Initial release.

## Meta

 *  Verzia **1.2.2**
 *  Posledná aktualizácia **Pred 3 mesiace**
 *  Aktívne inštalácie **100+**
 *  Verzia WordPress ** 4.6 alebo novšia **
 *  Testované do verzie **6.9.4**
 *  Verzia PHP ** 5.3 alebo novšia **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/uncomment/)
 * Značky
 * [comments](https://sk.wordpress.org/plugins/tags/comments/)[disable](https://sk.wordpress.org/plugins/tags/disable/)
   [disable comments](https://sk.wordpress.org/plugins/tags/disable-comments/)[remove comments](https://sk.wordpress.org/plugins/tags/remove-comments/)
   [spam comments](https://sk.wordpress.org/plugins/tags/spam-comments/)
 *  [Rozšírené zobrazenie](https://sk.wordpress.org/plugins/uncomment/advanced/)

## Hodnotenia

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/uncomment/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/uncomment/reviews/)

## Prispievatelia

 *   [ Plugin Pizza ](https://profiles.wordpress.org/pluginpizza/)
 *   [ Barry Ceelen ](https://profiles.wordpress.org/barryceelen/)

## Podpora

Máte čo povedať? Potrebujete pomoc?

 [Zobraziť fórum podpory](https://wordpress.org/support/plugin/uncomment/)