No. 1 Podcasting plugin for WordPress.
Prioritized issue groups from the latest Plugin Check scan
Security
5,187
9 issue groups
Maintainability
1,588
12 issue groups
I18n
246
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" average downloads for the past month. $month_change_text"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$AppleCategories".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['audio_custom_play_button_file']['name']
Sample message
$_GET['File'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['audio_custom_play_button_file']. Check that the array index exists before using it.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "IPAddressIsPublic".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
The $text parameter must be a single text string literal. Found: $FeedSlug
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'rss2_head'.$FeedActionHook".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Function "_oembed_filter_feed_content()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.6.0.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Unknown section type: {$type}"'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Use placeholders and $wpdb->prepare(); found $feed_slug
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$.01f, %3$.01d", but got "%d, %.01f, %.01d" in 'You are using %d%% (%.01fM of %.01dM) of available memory.'.
Potential connections found in static code analysis.
Outbound calls
294
External assets
4
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
4 score snapshots
v11.17
23
Latest
v11.16.11
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 7,270 | 4,818 | 2,452 | v11.17 | 2.0.0 |
| 23 | 7,265 | 4,813 | 2,452 | v11.16.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.