Audio player for WooCommerce products with Dokan & WCFM Marketplace support, plus AI-generated skins.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
211
15 issue groups
Security
41
8 issue groups
I18n
3
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$WooCommerceMusicPlayer".
Sample message
Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.5.0.
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
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
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data['error']['message']'.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_CLIENT_IP']
Sample message
$_SERVER['HTTP_CLIENT_IP'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SiteOrigin_WCMP_Shortcode".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cache_enabler_clear_complete_cache".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Unescaped parameter $products_ids_str used in $wpdb->get_results()\n$products_ids_str assigned unsafely at line 1033.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "codepeople_add_promote_banner".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['wcmp_skin_generator_description']. Check that the array index exists before using it.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Translatable string should not be wrapped in HTML. Found: '<p>If you want to protect the audio files, tick the "Protect file" checkbox. In this case, the plugin will generate a shortened version of the audio files for demo purposes. The plugin determines the size of the demo audio files based on the value entered in the <b>"Percentage of audio used for protected playbacks"</b> attribute.</p>'
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
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://localhost/
Potential connections found in static code analysis.
Outbound calls
43
External assets
1
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
6 score snapshots
v1.8.8
29
Latest
v1.8.7
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 263 | 107 | 156 | v1.8.8 | 2.0.0 |
| 29 | 263 | 107 | 156 | v1.8.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.