Cookie Banner for GDPR / CCPA - WPLP Cookie Consent 4.2.6

Does "Cookie Banner for GDPR / CCPA - WPLP Cookie Consent" work with WordPress 6.9.4 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
37PHP notices
1JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 559.26 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.189 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.9.4
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 9,000+
WordPress.org page https://wordpress.org/plugins/gdpr-cookie-consent/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

WPLP Cookie Consent ‹ Test site — WordPress

Page screenshot: WPLP Cookie Consent ‹ Test site — WordPress
URL /wp-admin/admin.php?page=gdpr-cookie-consent#create_cookie_banner
Requested URL /wp-admin/plugins.php?action=activate&plugin=gdpr-cookie-consent%2Fgdpr-cookie-consent.php&plugin_status=all&paged=1&s&_wpnonce=ccde1c9b03
Aspect after-activation
HTTP status 200
Load time 8.817 s
Memory usage 6.72 MiB
JS errors None
Resource errors None

WPLP Compliance

Page screenshot: WPLP Compliance
URL /wp-admin/admin.php?page=wplp-dashboard
Aspect menu-item
HTTP status 200
Load time 9.222 s
Memory usage 4.9 MiB
JS errors
[
    {
        "message": "TypeError: Cannot read properties of null (reading 'style')\n    at updateTopBasedOnTab (/wp-content/plugins/gdpr-cookie-consent/admin/js/gdpr-cookie-consent-admin-revamp.js?ver=4.2.6:1617:22)\n    at HTMLDocument.alignSideBar (/wp-content/plugins/gdpr-cookie-consent/admin/js/gdpr-cookie-consent-admin-revamp.js?ver=4.2.6:1622:5)",
        "trace": null,
        "code": null
    }
]
Resource errors None

WPLP Compliance → Legal Pages

Page screenshot: WPLP Compliance → Legal Pages
URL /wp-admin/admin.php?page=legal-pages
Aspect menu-item
HTTP status 200
Load time 0.846 s
Memory usage 4.21 MiB
JS errors None
Resource errors None

WPLP Compliance → Cookie Consent

Page screenshot: WPLP Compliance → Cookie Consent
URL /wp-admin/admin.php?page=gdpr-cookie-consent
Aspect menu-item
HTTP status 200
Load time 5.569 s
Memory usage 4.84 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.394 s
Memory usage 4.97 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.527 s0.701 s+0.174 s3.78 MiB4.29 MiB+ 524.9 KiB
/wp-admin/edit.php0.410 s0.546 s+0.136 s3.79 MiB4.37 MiB+ 600.21 KiB
/wp-admin/post-new.php0.844 s1.105 s+0.261 s6.31 MiB7.13 MiB+ 835.58 KiB
/wp-admin/upload.php0.479 s0.666 s+0.187 s3.74 MiB4.22 MiB+ 487.7 KiB
/wp-admin/options-writing.php0.367 s0.520 s+0.153 s3.72 MiB4.22 MiB+ 514.59 KiB
/wp-admin/media-new.php0.533 s0.678 s+0.145 s3.71 MiB4.21 MiB+ 515.74 KiB
/wp-admin/edit-tags.php?taxonomy=category0.364 s0.801 s+0.437 s3.72 MiB4.24 MiB+ 530.37 KiB
/wp-admin/post-new.php?post_type=page0.727 s0.999 s+0.272 s6.3 MiB7.11 MiB+ 833.25 KiB
/wp-admin/options-discussion.php0.389 s0.560 s+0.171 s3.72 MiB4.22 MiB+ 511.48 KiB
/wp-admin/edit-comments.php0.392 s0.566 s+0.174 s3.74 MiB4.26 MiB+ 529.44 KiB
/0.338 s0.311 s-0.027 s4.12 MiB4.39 MiB+ 268.62 KiB
Average 0.488 s0.678 s+0.189 s4.24 MiB4.79 MiB+ 559.26 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
JavaScript
CSS
Language % Lines of code Comment lines Files
PHP42.0%51,6175,19797
JavaScript29.1%35,8213,93331
CSS14.1%17,39330717
JSON7.9%9,68305
PO File5.4%6,6633,85010
Twig1.0%1,275011
SVG0.4%441091
XML0.1%13401
Total 123,027 13,287 263

PHP Code Analysis | More results »

Lines of code 24,361
Total complexity 4,905
Median class complexity 47.5
Median method complexity 3.0
Most complex class Gdpr_Cookie_Consent_Admin
Most complex function Gdpr_Cookie_Consent_Admin::gdpr_cookie_consent_ajax_save_settings()
Classes 28
Methods 505
Functions 23

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 7

Options wp_options 31

Custom Post Types 2

ID Name
wplconsentlogsConsent Logs
gdprpoliciesPolicy Data

Meta Boxes

{
    "gdprpolicies": {
        "_gdpr_policies_domain": {
            "title": "Domain",
            "context": "normal"
        },
        "_gdpr_policies_links": {
            "title": "Links",
            "context": "normal"
        }
    }
}

PHP Error Log 37 lines

[09-Apr-2026 12:48:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:33 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "gdpr-cookie-consent" was enqueued with dependencies that are not registered: gdprcookieconsent_cookie_custom. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:41 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:41 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:42 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:42 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:42 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "gdpr-cookie-consent" was enqueued with dependencies that are not registered: gdprcookieconsent_cookie_custom. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:53 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:53 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:54 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:54 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:48:55 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "gdpr-cookie-consent" was enqueued with dependencies that are not registered: gdprcookieconsent_cookie_custom. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:03 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:03 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:03 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:03 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:04 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:04 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:07 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:07 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:08 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:08 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:08 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:08 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:09 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:09 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:10 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:10 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:13 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:13 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:13 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:13 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:14 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:14 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:15 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "cookie_scanner_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
[09-Apr-2026 12:49:15 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "ab_testing_ajax" was enqueued with dependencies that are not registered: gdpr-cookie-consent-admin-revamp. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /wp-includes/functions.php on line 6131
See also: All tests for this plugin, How to Hide Cookie Banner for GDPR / CCPA - WPLP Cookie Consent Admin Menus and Meta Boxes