PilotPress allows you to have a website, membership site, customer center, and a partner center integrated together with ONTRAPORT.
Prioritized issue groups from the latest Plugin Check scan
Security
290
11 issue groups
Maintainability
90
10 issue groups
I18n
36
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a href=\"{$media_oap_iframe_src}&TB_iframe=true&height=500&width=640\" class=\"thickbox\" title=\"$media_oap_title\"><img src=\""'.
Sample message
$_COOKIE["contact_id"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE["contact_id"]
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE["contact_id"]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $buttontext
Sample message
Use placeholders and $wpdb->prepare(); found $id
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
Mismatched text domain. Expected 'pilotpress' but got "pilotpress_widget_domain".
Sample message
The upgrade notice for "1.5.9b" exceeds the limit of 300 characters.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT itemId, levels FROM $table WHERE protectposts = 1"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "disable_pilotpress".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "media_oap_iframe_src".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $text text string should have translatable content. Found: ''
Potential connections found in static code analysis.
Outbound calls
57
External assets
3
Incoming endpoints
8
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v2.0.38
33
Latest
v2.0.37
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 429 | 150 | 279 | v2.0.38 | 2.0.0 |
| 32 | 435 | 150 | 285 | v2.0.37 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.