Allows you to combine and minify your CSS and JS files to improve page load time.
Prioritized issue groups from the latest Plugin Check scan
Security
353
9 issue groups
Maintainability
257
12 issue groups
I18n
237
4 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $this->_domain
Sample message
Detected usage of a non-sanitized input variable: $_ENV['TEMP']
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BWP_MINIFY_DETECTOR_LOG".
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h1>$h1</h1>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_oc".
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: "<strong>%d</strong> cached files "\n . "have been deleted successfully!"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'bwp_minify' . $filter . $key".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": {$pattern}"'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BWP_Enqueued_Detector".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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 constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$const".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
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
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.1.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action_hook".
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of a non-sanitized, non-validated input variable _GET: "/{$_GET['b']}/"
Sample message
The use of function ini_set() is discouraged
Sample message
var_export() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v1.3.3
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 896 | 412 | 484 | v1.3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.