Transform your mp3 audio files into a nice, small light HTML5 player.
Prioritized issue groups from the latest Plugin Check scan
Security
180
4 issue groups
I18n
16
4 issue groups
Maintainability
10
7 issue groups
Repo Compliance
4
4 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$custom_skin_name'.
Sample message
Sanitization missing for register_setting().
Sample message
Mismatched text domain. Expected 'wp-miniaudioplayer' but got "wpmbmap".
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$custom_player_id".
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
The $text parameter must be a single text string literal. Found: get_option('miniAudioPlayer_custom_skin_css ')
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Plugin name "mb.miniAudioPlayer - an HTML5 audio player for your mp3 files" is different from the name declared in plugin header "mb.miniAudioPlayer".
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 5.5 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "wp-miniaudioplayer" - contains the restricted term "wp" which cannot be used at all in your plugin slug.
Not analyzed yet.
First score snapshot
v1.9.7
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 210 | 204 | 6 | v1.9.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.