Poll Maker is a FREE WordPress poll plugin that will let you create customizable and professional online polls and voting for your WordPress website.
Prioritized issue groups from the latest Plugin Check scan
Security
970
11 issue groups
Maintainability
880
13 issue groups
I18n
11
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$acordion_svg_html_allow".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a style='color:blue;text-decoration:underline;font-size:20px;' href='?page=$this->plugin_name-settings&ays_poll_tab=tab2'>"'.
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
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $ans_sql
Sample message
Unescaped parameter $ans_sql used in $wpdb->get_results()\n$ans_sql assigned unsafely at line 355.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['mcount']. 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 $answ_table at "SELECT MAX(id) FROM $answ_table WHERE poll_id = %d AND answer = %s"
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $answers_table used in $wpdb->get_results()\n$answers_table assigned unsafely at line 125.
Sample message
Function "delete_network_option()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
The $domain parameter must be a single text string literal. Found: $this->plugin_name
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ays_poll_maker_after_vote".
Sample message
Short PHP opening tag used with echo; expected "<?php echo $show_cat_title ..." but found "<?= $show_cat_title ..."
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_poll_maker_ays".
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ays_Poll_Maker_Extra_Shortcodes_Public".
Sample message
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
262
External assets
8
Incoming endpoints
30
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
5 score snapshots
v6.4.4
25
Latest
v6.4.3
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,902 | 489 | 1,413 | v6.4.4 | 2.0.0 |
| 25 | 1,902 | 489 | 1,413 | v6.4.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.