Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
560
14 issue groups
Security
446
6 issue groups
I18n
107
4 issue groups
Performance
5
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "episode_list_data".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$add'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$album_art".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "convert_human_readable_to_bytes".
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
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
Missing $domain parameter in function call to __().
Sample message
$_COOKIE[LOGGED_IN_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[LOGGED_IN_COOKIE]
Sample message
The $text parameter must be a single text string literal. Found: $class
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SSP_CASTOS_APP_URL".
Sample message
Mismatched text domain. Expected 'seriously-simple-podcasting' but got 'seriousy-simple-podcasting'.
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Potential connections found in static code analysis.
Outbound calls
111
External assets
2
Incoming endpoints
17
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
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 score snapshots
v3.16.3
23
Latest
v3.16.2
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,177 | 548 | 629 | v3.16.3 | 2.0.0 |
| 23 | 1,175 | 548 | 627 | v3.16.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.