A simple responsive mortgage calculator widget and shortcode.
Prioritized issue groups from the latest Plugin Check scan
Security
40
7 issue groups
Maintainability
17
5 issue groups
I18n
9
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LiddMCDetails".
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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['lidd_mc_' . $name]
Sample message
$_POST['lidd_mc_' . $name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "<form action=\"$protocol$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]#"
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "rmc_get_localization".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Missing $domain parameter in function call to _e().
Not analyzed yet.
First score snapshot
v2.6.0
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 66 | 38 | 28 | v2.6.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.