Instapage plugin - the best way for WordPress to seamlessly publish landing pages as a natural extension of your WordPress blog or website.
Prioritized issue groups from the latest Plugin Check scan
Security
177
8 issue groups
Maintainability
77
14 issue groups
I18n
10
2 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$currentDate'.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$columnStructure".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to __().
Sample message
Short PHP opening tag used with echo; expected "<?php echo InstapageCmsPluginConnector ..." but found "<?= InstapageCmsPluginConnector ..."
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Template {$template} not found."'.
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
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 161.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_ENV[$key]
Sample message
$_SERVER[$variableName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Instapage Plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$key".
Sample message
debug_backtrace() 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
phpinfo() can lead to full path disclosure.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Not analyzed yet.
First score snapshot
v3.7.2
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 265 | 220 | 45 | v3.7.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.