| 开发者 | edigital2026 |
|---|---|
| 更新时间 | 2026年8月13日 23:14 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
🇮🇱 בעברית: תוסף עוגיות חינמי לניהול הסכמת עוגיות (Cookie Consent) ומדיניות הפרטיות באתר וורדפרס שלכם. חוסם סקריפטים אוטומטית עד לקבלת הסכמה, כולל יומן הסכמות, Google Consent Mode v2, ומחולל מדיניות פרטיות מקיף. הכל בחינם וללא הגבלה, לתמיד. פותח על ידי EDigital - קידום אתרים אורגני.Key features
script_loader_tag filter to prevent tracking scripts from firing before consent (not just a cosmetic banner)gtag('consent', ...)[edigital_cc_settings] shortcode to let visitors reopen their consent preferences at any time/wp-content/plugins/, or install the ZIP file via "Plugins > Add New > Upload Plugin".It blocks scripts enqueued via WordPress's wp_enqueue_script() and automatically recognizes common handles (Google Analytics, GTM, Facebook Pixel, and more). Scripts hard-coded directly into theme files are not blocked.
Yes - the Design tab lets you change every color, font size, border radius, shadow, spacing, and animation.
In a dedicated table in your own WordPress database (wp_edigcc_consent_log). No data is ever sent to an external server.
It's genuinely 100% free with all features unlocked - forever. There is no paid tier. If you'd like to support development, a voluntary PayPal donation is available in the plugin's settings screen.
The admin interface is currently in Hebrew, built for a Hebrew-speaking audience. Once the plugin is live on WordPress.org, translations (including English) can be contributed via translate.wordpress.org.
hotjar.com), not only by exact WordPress script handle - making scanner suggestions actually effective.wp_register_script() / wp_add_inline_script() instead of being echoed directly as a raw <script> tag, per WordPress.org Plugin Review Team guidance.load_plugin_textdomain() call (not needed for WordPress.org-hosted plugins since WordPress 4.6).