Title: Saba Cookie Italy
Author: Francesco Ammendolia | Sabaweb.it
Published: <strong>2026년 4월 21일</strong>
Last modified: 2026년 6월 3일

---

플러그인 검색

![](https://ps.w.org/saba-cookie-it/assets/banner-772x250.png?rev=3512224)

![](https://ps.w.org/saba-cookie-it/assets/icon-256x256.png?rev=3512247)

# Saba Cookie Italy

 작성자: [Francesco Ammendolia | Sabaweb.it](https://profiles.wordpress.org/sabaweb/)

[다운로드](https://downloads.wordpress.org/plugin/saba-cookie-it.1.1.2.zip)

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

 [지원](https://wordpress.org/support/plugin/saba-cookie-it/)

## 설명

Saba Cookie Italy is a comprehensive solution for managing cookie consent on WordPress,
specifically tailored to the Italian Garante’s guidelines and GDPR regulations. 
This plugin allows you to easily display a cookie banner, block scripts before consent
is given, maintain a log of user consents (Proof of Consent), and integrate properly
with Google Consent Mode v2.

### Features

 * **Customizable Cookie Banner:** Adjust descriptions, texts, colors and styles
   directly from the WordPress admin panel.
 * **Granular Consent:** Allows users to consent to different categories (Analytics,
   Marketing, Preferences, Necessary).
 * **Script Blocker:** Prevent cookies and third-party scripts from firing until
   explicit consent is given.
 * **Google Consent Mode V2:** Full compliance with the new GCM v2 requirements.
 * **Consent Log (Proof of Consent):** Store a record of user consents in the database
   to prove compliance. A printable HTML receipt is available for each consent entry.
 * **Cookie Scanner:** Scan first-party cookies directly from the admin panel and
   auto-populate the cookie policy table.
 * **Floating Preferences Button:** Reopen the modal to withdraw or modify consent
   easily.
 * **Multilingual Support:** Fully translatable (includes EN, IT, FR, DE, DE_CH 
   strings).

## 스크린샷

[[

[[

[[

[[

[[

[[

## 설치

 1. Upload the `saba-cookie-it` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Access the plugin settings via the new ‘Saba Cookie Italy’ menu in your WordPress
    dashboard.
 4. Go the “General” tab to configure basic behavior and Google Consent mode.
 5. In the “Domains & Scripts” tab, add scripts or iframes that should be blocked prior
    to consent.
 6. Customize the appearance in “Style & Colors”.

## FAQ

### Does it support Google Consent Mode v2?

Yes, you can enable it from the General settings tab. The plugin will push the default
consent state and update it as soon as the user makes their choice.

### Is the Proof of Consent (Log) mandatory?

In some jurisdictions (like Italy), keeping a log of when and how the user gave 
consent is highly recommended or required. This plugin stores these logs locally
in your database without sending data outside.

### Can I change the colors of the banner?

Yes! Just go to Settings > Saba Cookie Italy > Style & Colors to use the color pickers
for backgrounds, texts, buttons, and switches.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Francesco Ammendolia | Sabaweb.it ](https://profiles.wordpress.org/sabaweb/)

[자국어로 “Saba Cookie Italy”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/saba-cookie-it)

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

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

## 변경이력

#### 1.1.2

 * Fix: Fully compatible with WPML and Polylang for dynamic strings (banner texts,
   categories, cookie table)
 * Fix: Restored missing load_plugin_textdomain function call to load translations
   properly
 * Fix: Appended missing string translations to all .po and .pot language files
 * Fix: Added missing translators comments and ignored false positive PHPCS warnings

#### 1.1.1

 * Fixed PHP 7.2 compatibility

#### 1.1.0

 * Feature: Added Cookie Scanner to detect first-party cookies directly from the
   browser
 * Feature: Scanner auto-populates cookie name, provider, category, purpose, and
   expiry from a built-in database
 * Feature: Added [sbckit_cookie_table] shortcode to embed scanned cookie list in
   Cookie Policy pages
 * Enhancement: Cookie scanner database is now fully translatable via WordPress 
   localization system (wp_localize_script)
 * Enhancement: Added prominent warning box in Scanner tab explaining technical 
   limitations (HttpOnly, third-party cookies)
 * Enhancement: Removed unreliable third-party cookie inference logic (YouTube, 
   Vimeo, Google Maps) — scanner now reports only real, detected cookies
 * Enhancement: Domain detection system with 14-day expiration tracking for seen
   domains
 * Translation: Updated all .pot, .po files (IT, FR, DE, DE_CH, DE_CH_informal) 
   with new scanner strings and cookie descriptions
 * Translation: Rebuilt French .po file from scratch to fix structural corruption
 * Compatibility: Tested up to WordPress 7.0
 * Compatibility: Minimum PHP version set to 7.4

#### 1.0.4

 * Security: Implemented IPv6 address anonymization (masking the last 80 bits) to
   strictly comply with privacy regulations

#### 1.0.3

 * Fix: Registered sbckit_z_index option to allow saving custom integer values from
   the dashboard
 * Enhancement: Added wp_unslash() to $_POST arrays for safer casting and Plugin
   Check compliance
 * Feature: Refined blocked iframe logic to include a dedicated “Accept & Unlock”
   button bypassing settings modal
 * Enhancement: Added 4 new color options for Blocked Content buttons directly in
   the Customizer backend
 * Enhancement: Better stacking CSS UI layout for functional script placeholders
 * Translation: Added and updated language strings for new UI elements

#### 1.0.2

 * Fixed PHP 8.1 deprecation warnings when saving option fields
 * Fixed output buffering issue causing unclosed buffer on empty pages
 * Fixed localization mismatch making default strings use the admin locale instead
   of the frontend locale
 * Fixed style and scripts enqueuing and data saving processes correctly for compliance

#### 1.0.1

 * Fixed PHP 7.2 compatibility: replaced str_contains() with strpos()
 * Replaced native HTML print system (removed FPDF library dependency)
 * Fixed plugin constants to follow WordPress uppercase naming convention
 * Fixed uninstall.php: added all missing option cleanups on removal
 * Fixed activator.php: removed hardcoded Italian default texts
 * Updated translate strings for Print/Print Receipt/Print-Save PDF buttons
 * Corrected load_plugin_textdomain() call in main plugin file
 * Minor cleanup: removed empty lib/ directory and utility scripts

#### 1.0.0

 * Initial public release with Google Consent Mode v2 support, script blocking, 
   and consent log registry.

## 기초

 *  버전 **1.1.2**
 *  최근 업데이트: **4주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0**
 *  PHP 버전 ** 7.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/saba-cookie-it/)
 * 태그:
 * [compliance](https://ko.wordpress.org/plugins/tags/compliance/)[consent](https://ko.wordpress.org/plugins/tags/consent/)
   [cookie](https://ko.wordpress.org/plugins/tags/cookie/)[GDPR](https://ko.wordpress.org/plugins/tags/gdpr/)
   [Italy](https://ko.wordpress.org/plugins/tags/italy/)
 *  [고급 보기](https://ko.wordpress.org/plugins/saba-cookie-it/advanced/)

## 평점

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

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/saba-cookie-it/reviews/)

## 기여자

 *   [ Francesco Ammendolia | Sabaweb.it ](https://profiles.wordpress.org/sabaweb/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/saba-cookie-it/)