Easily create and manage sign-up sheets for activities and events, while protecting the privacy of the volunteers' personal information.
Prioritized issue groups from the latest Plugin Check scan
Security
1,198
11 issue groups
I18n
84
4 issue groups
Maintainability
74
10 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<code>{$tag_data['tag']}</code>"'.
Sample message
Use placeholders and $wpdb->prepare(); found $SQL
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_COOKIE['pta_sus_errors'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['pta_sus_errors']
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $sheet_table at $sheet_table.chair_email AS chair_email,\r\n
Sample message
Unescaped parameter $SQL used in $wpdb->get_col()\n$SQL assigned unsafely at line 336.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Mismatched text domain. Expected 'pta-volunteer-sign-up-sheets' but got "pta_volunteer_sus".
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Unescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 345.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
The $text parameter must be a single text string literal. Found: 'Error saving %d '. _n('task.', 'tasks.', $task_err)
Sample message
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Not analyzed yet.
First score snapshot
v5.5.9
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 1,368 | 967 | 401 | v5.5.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.