Title: Konsentra &#8211; Cookie Consent Banner
Author: Gunjan Jaswal
Published: <strong>2026년 8월 6일</strong>
Last modified: 2026년 8월 13일

---

플러그인 검색

![](https://ps.w.org/konsentra/assets/banner-772x250.png?rev=3637215)

![](https://ps.w.org/konsentra/assets/icon-256x256.png?rev=3636967)

# Konsentra – Cookie Consent Banner

 작성자: [Gunjan Jaswal](https://profiles.wordpress.org/gunjanjaswal/)

[다운로드](https://downloads.wordpress.org/plugin/konsentra.1.0.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/konsentra/#description)
 * [평가](https://ko.wordpress.org/plugins/konsentra/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/konsentra/#installation)
 * [개발](https://ko.wordpress.org/plugins/konsentra/#developers)

 [지원](https://wordpress.org/support/plugin/konsentra/)

## 설명

Konsentra gives your visitors a clear choice about the cookies your site uses, and
helps you stay on the right side of GDPR and the ePrivacy rules. It ships with a
clean, customisable banner, granular cookie categories, and a script blocker that
holds tracking code back until someone actually agrees to it.

No account, no external service, no phoning home. Everything runs on your own site.

**What you get**

 * A responsive consent banner you can drop in at the top, bottom, or in a corner
 * Accept all, reject all, and a preferences panel for per-category control
 * Four cookie categories out of the box: strictly necessary, functional, analytics,
   and marketing
 * Automatic blocking of tagged scripts until the matching category is granted
 * Full control over colours, text, and button labels, with a live WordPress colour
   picker
 * A shortcode so visitors can reopen their preferences whenever they like
 * Optional, anonymised consent logging (hashed IP only, never a raw address)
 * Translation ready, with a bundled .pot file
 * Clean uninstall that removes everything it created

**Blocking your own scripts**

Tag any script you want held back until consent like this:

    ```
    <script type="text/plain" data-cp-category="analytics" src="https://example.com/tag.js"></script>
    ```

When the visitor grants the “analytics” category, Konsentra swaps it for a real 
script tag and runs it. The same works for inline scripts and for the `functional`
and `marketing` categories.

**Developer hooks**

A `konsentra:updated` event fires on `document` every time consent changes, so your
own code can react:

    ```
    document.addEventListener( 'konsentra:updated', function ( e ) { console.log( e.detail ); } );
    ```

## 스크린샷

[⌊The consent banner as visitors first see it.⌉⌊The consent banner as visitors first
see it.⌉[

The consent banner as visitors first see it.

[⌊The preferences panel with per-category toggles.⌉⌊The preferences panel with per-
category toggles.⌉[

The preferences panel with per-category toggles.

[⌊The settings screen in the WordPress admin.⌉⌊The settings screen in the WordPress
admin.⌉[

The settings screen in the WordPress admin.

## 설치

 1. Upload the `konsentra` folder to `/wp-content/plugins/`, or install it from the
    Plugins screen in your dashboard.
 2. Activate the plugin through the Plugins menu in WordPress.
 3. Go to Settings, then Konsentra, to set your text, colours, and categories.
 4. Tag any third-party scripts you want to gate behind consent (see the Description).

## FAQ

### Does this make my site GDPR compliant on its own?

No plugin can do that by itself. Konsentra gives you the consent banner, category
controls, and script blocking you need, but compliance also depends on your privacy
policy, how you handle data, and the services you use. Treat it as one important
piece, not the whole picture.

### Does it block Google Analytics or Facebook Pixel automatically?

It blocks any script you tag with `type="text/plain"` and a `data-cp-category` attribute.
Add that markup to the scripts you want gated and they will only load once the visitor
consents.

### Does it store personal data?

Only if you switch on consent logging, and even then it stores a hashed IP address,
never the real one, along with a timestamp and the categories agreed to.

### Is it translation ready?

Yes. A `.pot` file is included in the `languages` folder and every string uses the`
konsentra` text domain.

### How do visitors change their choice later?

Add the `[konsentra_settings]` shortcode anywhere, for example in your footer or
privacy page, and it renders a link that reopens the preferences panel.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Konsentra – Cookie Consent Banner”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ Gunjan Jaswal ](https://profiles.wordpress.org/gunjanjaswal/)

[자국어로 “Konsentra – Cookie Consent Banner”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/konsentra)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/konsentra/)는, [SVN 저장소](https://plugins.svn.wordpress.org/konsentra/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/konsentra/)을
[RSS](https://plugins.trac.wordpress.org/log/konsentra/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.4

 * Fixed the “Translation loading was triggered too early” notice in the debug log.
   The banner was being built on plugins_loaded, and reading its default wording
   asked WordPress for translations before it was ready to serve them. It now waits
   for init, which is where WordPress expects this to happen.
 * No change to the banner, your settings or anything on the front end. If you run
   with WP_DEBUG on, your log just gets a lot quieter.

#### 1.0.3

 * Housekeeping: refreshed the icon, banner, and screenshots. No functional changes.

#### 1.0.2

 * Housekeeping: refreshed the plugin directory assets. No functional changes.

#### 1.0.1

 * Brightened the banner message text for better readability on the dark background.

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **1.0.4**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **7.1.2**
 *  PHP 버전 ** 7.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/konsentra/)
 * 태그:
 * [consent](https://ko.wordpress.org/plugins/tags/consent/)[cookie banner](https://ko.wordpress.org/plugins/tags/cookie-banner/)
   [cookie consent](https://ko.wordpress.org/plugins/tags/cookie-consent/)[GDPR](https://ko.wordpress.org/plugins/tags/gdpr/)
   [privacy](https://ko.wordpress.org/plugins/tags/privacy/)
 *  [고급 보기](https://ko.wordpress.org/plugins/konsentra/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/konsentra/reviews/)

## 기여자

 *   [ Gunjan Jaswal ](https://profiles.wordpress.org/gunjanjaswal/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/konsentra/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://ko-fi.com/gunjanjaswal)