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
217
18 issue groups
Security
106
7 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
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().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Not analyzed yet.
First score snapshot
v5.26.0
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 346 | 119 | 227 | v5.26.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.