The officially-supported ActiveCampaign Postmark plugin for Wordpress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
51
11 issue groups
Security
46
8 issue groups
I18n
21
2 issue groups
Repo Compliance
4
4 issue groups
Sample message
Mismatched text domain. Expected 'postmark-approved-wordpress-plugin' but got 'postmark-wordpress'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dump'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$count".
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 162.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "build_from_header_with_name".
Sample message
Missing $domain parameter in function call to __().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT * FROM $table ORDER BY log_entry_date DESC LIMIT %d OFFSET %d"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pre_wp_mail".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
The plugin name includes a restricted term. Your chosen plugin name - "ActiveCampaign Postmark for Wordpress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 481.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['offset']. Check that the array index exists before using it.
Sample message
Plugin name "ActiveCampaign Postmark for Wordpress" is different from the name declared in plugin header "ActiveCampaign Postmark (Official)".
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 6.7 < 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.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.19.1
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 122 | 47 | 75 | v1.19.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.