Cookie Banner for GDPR / CCPA - WPLP Cookie Consent 4.2.3

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: 556.49 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.207 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=1c5b69c951
Aspect after-activation
HTTP status 200
Load time 8.019 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 8.732 s
Memory usage 4.89 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.3:1617:22)\n    at HTMLDocument.alignSideBar (/wp-content/plugins/gdpr-cookie-consent/admin/js/gdpr-cookie-consent-admin-revamp.js?ver=4.2.3: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.733 s
Memory usage 4.2 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 4.862 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.457 s
Memory usage 5.11 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.446 s0.655 s+0.209 s3.78 MiB4.29 MiB+ 522.02 KiB
/wp-admin/edit.php0.438 s0.942 s+0.504 s3.78 MiB4.37 MiB+ 597.34 KiB
/wp-admin/post-new.php0.829 s1.165 s+0.336 s6.31 MiB7.12 MiB+ 832.27 KiB
/wp-admin/upload.php0.490 s0.625 s+0.135 s3.74 MiB4.21 MiB+ 484.83 KiB
/wp-admin/options-writing.php0.365 s0.541 s+0.176 s3.71 MiB4.21 MiB+ 511.71 KiB
/wp-admin/media-new.php0.569 s0.600 s+0.031 s3.7 MiB4.2 MiB+ 512.87 KiB
/wp-admin/edit-tags.php?taxonomy=category0.361 s0.522 s+0.161 s3.72 MiB4.23 MiB+ 527.49 KiB
/wp-admin/post-new.php?post_type=page0.746 s0.955 s+0.209 s6.3 MiB7.11 MiB+ 829.93 KiB
/wp-admin/options-discussion.php0.391 s0.549 s+0.158 s3.71 MiB4.21 MiB+ 508.6 KiB
/wp-admin/edit-comments.php0.347 s0.722 s+0.375 s3.73 MiB4.25 MiB+ 526.56 KiB
/0.328 s0.316 s-0.012 s4.11 MiB4.37 MiB+ 267.73 KiB
Average 0.483 s0.690 s+0.207 s4.24 MiB4.78 MiB+ 556.49 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.1%51,6065,19197
JavaScript28.9%35,4923,91631
CSS14.1%17,34530717
JSON7.9%9,68305
PO File5.4%6,6633,85010
Twig1.0%1,275011
SVG0.4%441091
XML0.1%13401
Total 122,639 13,264 263

PHP Code Analysis | More results »

Lines of code 24,202
Total complexity 4,867
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 500
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

[12-Mar-2026 11:18:38 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
[12-Mar-2026 11:18:38 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
[12-Mar-2026 11:18:39 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
[12-Mar-2026 11:18:46 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
[12-Mar-2026 11:18:46 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
[12-Mar-2026 11:18:47 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
[12-Mar-2026 11:18:47 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
[12-Mar-2026 11:18:48 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
[12-Mar-2026 11:18:58 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
[12-Mar-2026 11:18:58 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
[12-Mar-2026 11:19:00 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
[12-Mar-2026 11:19:00 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
[12-Mar-2026 11:19:00 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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19:12 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
[12-Mar-2026 11:19:12 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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19: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
[12-Mar-2026 11:19:18 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
[12-Mar-2026 11:19:18 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
[12-Mar-2026 11:19:18 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
[12-Mar-2026 11:19:18 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
[12-Mar-2026 11:19:20 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
[12-Mar-2026 11:19:20 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
[12-Mar-2026 11:19:20 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
[12-Mar-2026 11:19:20 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