This plugin allows RealHomes theme website admin to add PayPal payments functionality for individual properties submitted by website users.
Prioritized issue groups from the latest Plugin Check scan
I18n
42
4 issue groups
Maintainability
20
8 issue groups
Security
16
6 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: RHPP_TEXT_DOMAIN
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data['id']'.
Sample message
A function call to esc_html__() 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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "rhpp_get_plugin_details".
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in 'Enable PayPal Sandbox for testing environment. For more details please consult %1sPayPal sandbox testing guide%2s.'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "RHPP_TEXT_DOMAIN".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$paypal_payments_handler".
Sample message
Detected usage of a non-sanitized input variable: $_POST['order_id']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['order_id']. Check that the array index exists before using it.
Sample message
$_POST['order_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
10
External assets
1
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
2 score snapshots
v2.0.10
60
Latest
v2.0.9
59
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 60 | 78 | 55 | 23 | v2.0.10 | 2.0.0 |
| 59 | 79 | 56 | 23 | v2.0.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.