Radio Station lets you build and manage a Show Schedule for a radio station or Internet broadcaster's WordPress website.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,327
14 issue groups
Security
1,102
8 issue groups
I18n
79
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$args".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
Sample message
Processing form data without nonce verification.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Function "excerpt_remove_blocks()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.3.1.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$args['namespace'] . '_add_settings'".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DJ_Upcoming_Widget".
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
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
Use placeholders and $wpdb->prepare(); found $overridequery
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['email']. Check that the array index exists before using it.
Sample message
Unescaped parameter $overridequery used in $wpdb->get_results()\n$overridequery assigned unsafely at line 5461.
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
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
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'radio-station' but got ' radio-station'.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of a non-sanitized input variable: $_GET['date']
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "deprecated_function_trigger_error".
Sample message
Detected usage of tax_query, possible slow query.
Potential connections found in static code analysis.
Outbound calls
276
External assets
2
Incoming endpoints
22
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 more hidden
2 score snapshots
v2.7.1
23
Latest
v2.7.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 4,553 | 934 | 3,619 | v2.7.1 | 2.0.0 |
| 23 | 4,545 | 930 | 3,615 | v2.7.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.