Designed, printable promo coupons — build one in WordPress or upload an image, set an expiration, print. Displays offers; not a store-discount engine.
Prioritized issue groups from the latest Plugin Check scan
Security
349
10 issue groups
Maintainability
345
8 issue groups
I18n
296
7 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"{$name} cookie cannot be set - headers already sent by {$file} on line {$line}"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_taxonomy".
Sample message
Mismatched text domain. Expected 'coupon-creator' but got 'easy-digital-downloads'.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The $domain parameter must be a single text string literal. Found: $text_domain
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['check'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->cookie_name]
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['check']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $alter_table used in $wpdb->query()\n$alter_table used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $alter_table
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "edd_sl_api_request_verify_ssl".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Class {$class} should override the `action` method to define its own unique identifier."'.
Sample message
The $text text string should have translatable content. Found: '%s'
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in '%1s - %2s'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $stati at \t\t\t\tAND post_status IN $stati\n
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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.
Potential connections found in static code analysis.
Outbound calls
290
External assets
1
Incoming endpoints
9
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v3.6.2
23
Latest
v3.6.1
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,026 | 602 | 424 | v3.6.2 | 2.0.0 |
| 23 | 1,054 | 633 | 421 | v3.6.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.