Create free online surveys and get your visitors' feedbacks directly on your WordPress website with WordPress Survey Plugin
Prioritized issue groups from the latest Plugin Check scan
Security
1,516
11 issue groups
Maintainability
1,277
9 issue groups
I18n
132
5 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_is_add".
Sample message
$_GET[$url_parameter] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
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
Use placeholders and $wpdb->prepare(); found $answer_id
Sample message
Detected usage of a non-sanitized input variable: $_GET[$url_parameter]
Sample message
Unescaped parameter $answer_id used in $wpdb->get_results()\n$answer_id assigned unsafely at line 1204.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$actions'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s By Cookie %s - Detect the users by their browser cookies and limit them. It will work both for guests and registered users.'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ays_sm_get_template_part".
Sample message
The $text parameter must be a single text string literal. Found: "<span><a href='". $survey_cta_button_link ."' target='_blank' style='color:#ffffff; text-decoration: underline;'>Mega Bundle</a></span> (Quiz + Survey + Poll)"
Sample message
Unescaped parameter $answers_table used in $wpdb->query()\n$answers_table assigned unsafely at line 2502.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Mismatched text domain. Expected 'survey-maker' but got 'secure-copy-content-protection'.
Sample message
Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $submission_id at "submissions SET `read`= 1 WHERE `id`= $submission_id"
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_survey_maker".
Potential connections found in static code analysis.
Outbound calls
298
External assets
2
Incoming endpoints
0
No public endpoints detected.
5 score snapshots
v5.2.3.4
25
Latest
v5.2.3.3
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,961 | 567 | 2,394 | v5.2.3.4 | 2.0.0 |
| 25 | 2,964 | 567 | 2,397 | v5.2.3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.