Add contacts to your Constant Contact mailing list when they submit a Gravity Forms form.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
34
15 issue groups
Security
13
6 issue groups
I18n
11
4 issue groups
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CC_Campaign".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div><p style=\"color: blue\">We sent the following XML:</p> $entry </div><hr/>"'.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'By the way, you may have heard about the Gravity Forms Directory plugin. That\'s by us, too, but it wasn\'t good enough, so we re-wrote it from the ground up to be more simple and way more powerful. Trust us: you’ll %slove%s GravityView.'.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Gravity Forms Constant Contact Add-On" - contains the restricted term "gravity-forms" and cannot be used to begin your plugin name. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "gravity-forms" elsewhere in your plugin name, such as "... for gravity-forms".
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
Use placeholders and $wpdb->prepare(); found $old_addon_table_name
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 163.
Sample message
Unescaped parameter $old_addon_table_name used in $wpdb->query()\n$old_addon_table_name assigned unsafely at line 160.
Sample message
Attempting a database schema change is discouraged.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "GF_CONSTANT_CONTACT_VERSION".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "gf_constant_contact".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "hide_gravityview_promotion-gravity-forms-constant-contact".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
Mismatched text domain. Expected 'gravity-forms-constant-contact' but got 'gravityforms'.
Not analyzed yet.
First score snapshot
v3.1.1
46
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 46 | 63 | 36 | 27 | v3.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.