Integrated analytics and stats tracking for Seriously Simple Podcasting.
Prioritized issue groups from the latest Plugin Check scan
Security
143
10 issue groups
Maintainability
61
12 issue groups
I18n
10
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$chart_data'.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $episode_id_where at "SELECT COUNT(id) FROM $this->_table WHERE date BETWEEN %d AND %d $episode_id_where"
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['end'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $count_entries_sql
Sample message
Detected usage of a non-sanitized input variable: $_GET['filter']
Sample message
Unescaped parameter $count_entries_sql used in $wpdb->get_var()\n$count_entries_sql assigned unsafely at line 1224.
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
Unescaped parameter $this->_table used in $wpdb->get_var()\n$episode_id_where assigned unsafely at line 1250.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SSP_CPT_PODCAST".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$date".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SSP_Stats".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ssp_stats_three_months_all_episodes".
Sample message
Missing $domain parameter in function call to __().
Sample message
The "goto" language construct should not be used.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SSP_Dependencies".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REMOTE_ADDR']. Check that the array index exists before using it.
Not analyzed yet.
First score snapshot
v1.8.0
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 225 | 99 | 126 | v1.8.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.