The audio player will convert your content into audio in just a few clicks, with one-time seamless integration (no support, or special tech knowledge …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
216
17 issue groups
Security
105
8 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$contents".
Sample message
Short PHP opening tag used with echo; expected "<?php echo (int) ..." but found "<?= (int) ..."
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['audioVariantId'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['audioVariantId']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['audioVariantId']. Check that the array index exists before using it.
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
Detected usage of meta_key, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
Sanitization missing for register_setting().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BLOCK_MACRO".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "dump_html_tree".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ids at WHERE p.ID IN ($ids) AND pm.meta_id IS NULL"
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "simple_html_dom".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Potential connections found in static code analysis.
Outbound calls
32
External assets
2
Incoming endpoints
0
No public endpoints detected.
3 score snapshots
v5.27.1
23
Latest
v5.27.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 346 | 116 | 230 | v5.27.1 | 2.1.0 |
| 23 | 343 | 117 | 226 | v5.27.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.