A simple way to compare loans from banks and other providers. Uses sliders to set the amount and term and display the number of matching banks.
Prioritized issue groups from the latest Plugin Check scan
Security
175
6 issue groups
Maintainability
25
10 issue groups
I18n
19
5 issue groups
Sample message
$_GET['amount'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['amount']
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['addmoreinfo']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LC_FORMNUMBER".
Sample message
Processing form data without nonce verification.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Mismatched text domain. Expected 'loan-comparison' but got 'loancomparisonloancomparison'.
Sample message
Too many parameters passed to function "__()". Expected: 2 parameters, received: 3
Sample message
Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "build_bank_row".
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Potential connections found in static code analysis.
Outbound calls
16
External assets
1
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v2.0.2
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 219 | 27 | 192 | v2.0.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.