We have developed a free Wordpress plugin with our BMI Calculator that you can use completely free of charge.
Prioritized issue groups from the latest Plugin Check scan
Security
162
5 issue groups
Maintainability
9
5 issue groups
Sample message
$_GET['age'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['age']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'get_option'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['age']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$delete_lang".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_backup_link".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BMIC_CALC_VERSION".
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.
Potential connections found in static code analysis.
Outbound calls
4
External assets
0
Incoming endpoints
4
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.2.2
43
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 43 | 171 | 33 | 138 | v1.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.