Custom Cookie Message 2.4.9

Does Custom Cookie Message work with WordPress 5.5 and PHP 7.2.16? A smoke test was performed on .

Summary

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

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

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version5.5
PHP version7.2.16
MySQL version8.0.15
PHP memory limit256M
Plugin Info
Last updated
Active installs 200+
WordPress.org page https://wordpress.org/plugins/custom-cookie-message/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=custom-cookie-message%2Fcustom-cookie-message.php&plugin_status=all&paged=1&s&_wpnonce=6a1fcd1ec0
Aspect after-activation
HTTP status 200
Load time 0.369 s
Memory usage 3.95 MiB
JS errors None
Resource errors None

Settings → Custom Cookie Message

Page screenshot: Settings → Custom Cookie Message
URL /wp-admin/options-general.php?page=custom_cookie_message_options
Aspect menu-item
HTTP status 200
Load time 0.482 s
Memory usage 4.02 MiB
JS errors None
Resource errors None

Settings → Custom Cookie Message → Content Options

Page screenshot: Settings → Custom Cookie Message → Content Options
URL /wp-admin/options-general.php?page=custom_cookie_message_options&tab=content_options
Aspect menu-item-tab
HTTP status 200
Load time 0.211 s
Memory usage 3.99 MiB
JS errors None
Resource errors None

Settings → Custom Cookie Message → Styling Options

Page screenshot: Settings → Custom Cookie Message → Styling Options
URL /wp-admin/options-general.php?page=custom_cookie_message_options&tab=styling_options
Aspect menu-item-tab
HTTP status 200
Load time 0.358 s
Memory usage 3.99 MiB
JS errors None
Resource errors None

Settings → Custom Cookie Message → Cookie Settings

Page screenshot: Settings → Custom Cookie Message → Cookie Settings
URL /wp-admin/options-general.php?page=custom_cookie_message_options&tab=cookie_settings
Aspect menu-item-tab
HTTP status 200
Load time 0.954 s
Memory usage 4.06 MiB
JS errors None
Resource errors None

Settings → Custom Cookie Message → Export/Import

Page screenshot: Settings → Custom Cookie Message → Export/Import
URL /wp-admin/options-general.php?page=custom_cookie_message_options&tab=export_import
Aspect menu-item-tab
HTTP status 200
Load time 0.249 s
Memory usage 3.99 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.254 s
Memory usage 3.69 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.473 s0.333 s-0.140 s3.96 MiB4 MiB+ 41.03 KiB
/wp-admin/edit.php0.195 s0.224 s+0.029 s3.99 MiB4.02 MiB+ 35.53 KiB
/wp-admin/post-new.php1.540 s2.093 s+0.553 s5.81 MiB5.88 MiB+ 69.5 KiB
/wp-admin/upload.php0.886 s0.403 s-0.483 s3.83 MiB3.92 MiB+ 97.47 KiB
/wp-admin/options-writing.php0.177 s0.173 s-0.004 s3.9 MiB3.91 MiB+ 4.96 KiB
/wp-admin/media-new.php0.196 s0.179 s-0.017 s3.8 MiB3.9 MiB+ 98.57 KiB
/wp-admin/edit-tags.php?taxonomy=category0.187 s0.162 s-0.025 s3.91 MiB3.94 MiB+ 35.48 KiB
/wp-admin/post-new.php?post_type=page1.422 s1.379 s-0.043 s5.8 MiB5.86 MiB+ 62.68 KiB
/wp-admin/options-discussion.php0.297 s0.591 s+0.294 s3.81 MiB3.9 MiB+ 99.2 KiB
/wp-admin/edit-comments.php0.209 s0.200 s-0.009 s3.91 MiB3.95 MiB+ 34.38 KiB
/0.357 s0.226 s-0.131 s3.69 MiB3.69 MiB- 2.52 KiB
Average 0.540 s0.542 s+0.002 s4.22 MiB4.27 MiB+ 52.39 KiB

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.

Options wp_options 2

PHP Error Log 10 lines

[16-Aug-2020 05:36:18 UTC] PHP Notice:  Undefined index: accept_button_text in /wp-content/plugins/custom-cookie-message/src/Forms/class-admincontentoptions.php on line 135
[16-Aug-2020 05:36:19 UTC] PHP Notice:  Undefined index: banner_animation in /wp-content/plugins/custom-cookie-message/src/Forms/class-adminstylingoptions.php on line 299
[16-Aug-2020 05:36:19 UTC] PHP Notice:  Undefined index: banner_animation in /wp-content/plugins/custom-cookie-message/src/Forms/class-adminstylingoptions.php on line 300
[16-Aug-2020 05:36:19 UTC] PHP Notice:  Undefined index: banner_animation in /wp-content/plugins/custom-cookie-message/src/Forms/class-adminstylingoptions.php on line 301
[16-Aug-2020 05:36:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>custom-cm/cookie_list/(?P<category>.+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5225
[16-Aug-2020 05:36:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>custom-cm/post_link</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5225
[16-Aug-2020 05:36:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>custom-cm/banner</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5225
[16-Aug-2020 05:36:27 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>custom-cm/cookie_list/(?P<category>.+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5225
[16-Aug-2020 05:36:27 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>custom-cm/post_link</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5225
[16-Aug-2020 05:36:27 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>custom-cm/banner</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5225
See also: All tests for this plugin, How to Hide the "Custom Cookie Message" Admin Menu