WP Voting Contest Lite 5.2

Does WP Voting Contest Lite work with WordPress 6.4.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
50PHP notices
No JavaScript exceptions
1Page failed to load
  • 1 404 Not Found
No resource errors
Performance

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

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

Environment
WordPress version6.4.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 500+
WordPress.org page https://wordpress.org/plugins/wp-voting-contest/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 9

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=wp-voting-contest%2Fow_votes.php&plugin_status=all&paged=1&s&_wpnonce=6aa537c070
Aspect after-activation
HTTP status 200
Load time 0.970 s
Memory usage 3.48 MiB
JS errors None
Resource errors None

Dashboard →

Page screenshot: Dashboard →
URL /wp-admin/votes-setup
Aspect menu-item
HTTP status 404
Load time 0.363 s
Memory usage 3.35 MiB
JS errors None
Resource errors None

Contest

Page screenshot: Contest
URL /wp-admin/admin.php?page=contestants
Aspect menu-item
HTTP status 200
Load time 0.374 s
Memory usage 3.48 MiB
JS errors None
Resource errors None

Contest → Contest Category

Page screenshot: Contest → Contest Category
URL /wp-admin/admin.php?page=wpvc_category
Aspect menu-item
HTTP status 200
Load time 0.757 s
Memory usage 3.43 MiB
JS errors None
Resource errors None

Contest → Contestants

Page screenshot: Contest → Contestants
URL /wp-admin/edit.php?post_type=contestants
Aspect menu-item
HTTP status 200
Load time 0.372 s
Memory usage 3.49 MiB
JS errors None
Resource errors None

Contest → Custom Fields

Page screenshot: Contest → Custom Fields
URL /wp-admin/admin.php?page=wpvc_custom_fields
Aspect menu-item
HTTP status 200
Load time 0.304 s
Memory usage 3.43 MiB
JS errors None
Resource errors None

Contest → Settings

Page screenshot: Contest → Settings
URL /wp-admin/admin.php?page=wpvc_settings
Aspect menu-item
HTTP status 200
Load time 0.311 s
Memory usage 3.43 MiB
JS errors None
Resource errors None

Contest → Upgrade to PRO

Page screenshot: Contest → Upgrade to PRO
URL /wp-admin/admin.php?page=wpvc_upgrade
Aspect menu-item
HTTP status 200
Load time 0.410 s
Memory usage 3.43 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.347 s
Memory usage 3.44 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.321 s0.495 s+0.174 s3.38 MiB3.53 MiB+ 158.75 KiB
/wp-admin/edit.php0.238 s0.432 s+0.194 s3.41 MiB3.54 MiB+ 139.95 KiB
/wp-admin/post-new.php0.984 s0.991 s+0.007 s5.46 MiB5.77 MiB+ 324.2 KiB
/wp-admin/upload.php0.728 s0.508 s-0.220 s3.32 MiB3.46 MiB+ 138.24 KiB
/wp-admin/options-writing.php0.225 s0.286 s+0.061 s3.32 MiB3.44 MiB+ 131.09 KiB
/wp-admin/media-new.php0.314 s0.538 s+0.224 s3.29 MiB3.44 MiB+ 150.38 KiB
/wp-admin/edit-tags.php?taxonomy=category0.217 s0.316 s+0.099 s3.31 MiB3.46 MiB+ 155.57 KiB
/wp-admin/post-new.php?post_type=page0.619 s0.702 s+0.083 s5.45 MiB5.76 MiB+ 323.79 KiB
/wp-admin/options-discussion.php0.284 s0.350 s+0.066 s3.3 MiB3.44 MiB+ 141.06 KiB
/wp-admin/edit-comments.php0.256 s0.323 s+0.067 s3.34 MiB3.47 MiB+ 138.05 KiB
/0.291 s0.351 s+0.060 s3.36 MiB3.44 MiB+ 88.29 KiB
Average 0.407 s0.481 s+0.074 s3.72 MiB3.89 MiB+ 171.76 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
JSON
Language % Lines of code Comment lines Files
PHP76.0%7,5571,51533
CSS10.4%1,037234
JSON8.1%80201
SVG5.2%52001
JavaScript0.3%2825
Total 9,944 1,540 44

PHP Code Analysis | More results »

Lines of code 6,777
Total complexity 1,303
Median class complexity 16.0
Median method complexity 2.0
Most complex class Ifsnop\Mysqldump\Mysqldump
Most complex function Wpvc_Migration_Model::wpvc_migrate_settings()
Classes 33
Methods 303
Functions 27

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 4

Options wp_options 1

Custom Post Types 1

ID Name
contestantsContestants

Meta Boxes

{
    "contestants": {
        "votescategory": {
            "title": "Contest Category",
            "context": "side"
        },
        "votesstatus": {
            "title": "Votes For this Contestant",
            "context": "normal"
        },
        "votecustomfields": {
            "title": "Custom Fields",
            "context": "normal"
        }
    }
}

PHP Error Log 50 lines

[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsettingfetch is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcupdatesetting is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcvotinglogsfetch is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcvotingdelete is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcvotingmultipledelete is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcmigratecontestants is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvccategoryfetch is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvccategoryupdate is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvccategorydelete is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvccustomfieldsfetch is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcupdatecustomfield is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcassigncustom is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcgetassigncustom is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcgetsitetranslations is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsavelicense is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcgetshowcontestant is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsubmitentry is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcuploadfiles is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsavevotes is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsendemail is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvclogon is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcregister is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcgetregister is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcresetpassword is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:00 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcdeletecontestant is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsettingfetch is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcupdatesetting is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcvotinglogsfetch is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcvotingdelete is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcvotingmultipledelete is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcmigratecontestants is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvccategoryfetch is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvccategoryupdate is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvccategorydelete is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvccustomfieldsfetch is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcupdatecustomfield is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcassigncustom is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcgetassigncustom is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcgetsitetranslations is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsavelicense is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcgetshowcontestant is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsubmitentry is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcuploadfiles is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsavevotes is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcsendemail is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvclogon is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcregister is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcgetregister is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcresetpassword is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[12-Nov-2023 05:48:05 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wpvc-voting/v1/wpvcdeletecontestant is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
See also: All tests for this plugin, How to Hide WP Voting Contest Lite Admin Menus and Meta Boxes