开发者 | christophrado |
---|---|
更新时间 | 2024年4月2日 17:26 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv3 |
版权网址: | 版权信息 |
is_cookie_consent_set()
: Returns whether the consent has been set by the useris_cookie_category_accepted( $category )
: Returns whether the given cookie category has been accepted by the user (valid values: essential, functional, marketing)/wp-content/plugins/cookie-notice-consent
directory, or install the plugin through the WordPress plugins screen directlyYou can choose between pre-defined themes. Apart from those, and the accent color option, further customization requires CSS skills. Applicable CSS classes are best found in the source code. Included styling is done via class names, which makes it easy to overwrite using the parent element's ID.
Yes. Right now, I'm interested in looking into auto-blocking of embeds. Plans might change though.
If this plugin does not meet your legal requirements, I encourage you not to use it. Please note that this plugin will probably never turn into a one-click solution for regular users. This plugin is geared towards developers or at least technically savvy users.
cookie_notice_consent_cookie_expiration
to change the consent cookie expiration time in days (default: 30)cookie_notice_consent_print_$category_code_in_head
to output category code in the head (true) rather than footer (false, default)cookie_notice_consent_print_plugin_script_in_head
to output the plugin base script in the head (true) rather than footer (false, default)cookie_notice_consent_output_script_$category
to cookie_notice_consent_$category_code
to better reflect its purposeis_cookie_category_set
doesn't expect category_
prefix anymore