VAPTCHA 3.0.4

Does VAPTCHA work with WordPress 7.0.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
2PHP warnings
4PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 48.3 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 version7.0.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 100+
WordPress.org page https://wordpress.org/plugins/vaptcha/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

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=vaptcha%2Fvaptcha.php&plugin_status=all&paged=1&s&_wpnonce=467716fca6
Aspect after-activation
HTTP status 200
Load time 0.650 s
Memory usage 3.93 MiB
JS errors None
Resource errors None

Settings → VAPTCHA

Page screenshot: Settings → VAPTCHA
URL /wp-admin/options-general.php?page=vaptcha
Aspect menu-item
HTTP status 200
Load time 0.746 s
Memory usage 3.92 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.275 s
Memory usage 4.26 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.921 s0.829 s-0.092 s3.92 MiB3.98 MiB+ 53.52 KiB
/wp-admin/edit.php0.640 s0.692 s+0.052 s3.98 MiB4.04 MiB+ 60.78 KiB
/wp-admin/post-new.php2.394 s2.319 s-0.075 s6.56 MiB6.63 MiB+ 70.52 KiB
/wp-admin/upload.php0.891 s0.805 s-0.086 s3.89 MiB3.92 MiB+ 36.43 KiB
/wp-admin/options-writing.php0.666 s0.678 s+0.012 s3.86 MiB3.9 MiB+ 40.11 KiB
/wp-admin/media-new.php1.136 s0.704 s-0.432 s3.85 MiB3.9 MiB+ 48.3 KiB
/wp-admin/edit-tags.php?taxonomy=category0.643 s1.002 s+0.359 s3.86 MiB3.92 MiB+ 53.48 KiB
/wp-admin/post-new.php?post_type=page1.593 s1.613 s+0.020 s6.55 MiB6.61 MiB+ 62.05 KiB
/wp-admin/options-discussion.php0.782 s0.696 s-0.086 s3.86 MiB3.9 MiB+ 36.61 KiB
/wp-admin/edit-comments.php0.620 s0.975 s+0.355 s3.88 MiB3.92 MiB+ 36.11 KiB
/0.337 s0.312 s-0.025 s4.23 MiB4.26 MiB+ 33.38 KiB
Average 0.966 s0.966 s+0.000 s4.4 MiB4.45 MiB+ 48.3 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
CSS
Language % Lines of code Comment lines Files
PHP74.4%8051118
CSS16.0%173401
PO File7.7%83471
JavaScript1.9%2101
Total 1,082 198 11

PHP Code Analysis | More results »

Lines of code 783
Total complexity 115
Median class complexity 53.0
Median method complexity 2.0
Most complex class Vaptcha
Most complex function vaptcha_options_page_html()
Classes 2
Methods 44
Functions 4

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 1

PHP Error Log 6 lines

[24-Jul-2026 20:18:52 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/vaptcha/VaptchaPlugin.php on line 21
[24-Jul-2026 20:18:52 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/vaptcha/VaptchaPlugin.php on line 21
[24-Jul-2026 20:18:58 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>vaptcha/getchallenge</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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6170
[24-Jul-2026 20:18:58 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>vaptcha/offline</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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6170
[24-Jul-2026 20:19:06 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>vaptcha/getchallenge</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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6170
[24-Jul-2026 20:19:06 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>vaptcha/offline</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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6170
See also: All tests for this plugin, How to Hide the "VAPTCHA" Admin Menu