Flashy is an all-in-one marketing platform for e-commerce websites to grow sales.
Prioritized issue groups from the latest Plugin Check scan
Security
375
12 issue groups
I18n
149
2 issue groups
Maintainability
63
11 issue groups
Sample message
Mismatched text domain. Expected 'wp-flashy-marketing-automation' but got "flashy".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$account'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$name]
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $guests_per_page at "SELECT {$guest_table}.customer_id, {$guest_order}.order_id FROM {$guest_table} JOIN {$guest_order} ON {$guest_table}.customer_id = {$guest_order}.customer_id WHERE {$guest_table}.user_id IS NULL GROUP BY {$guest_table}.customer_id LIMIT $offset,$guests_per_page"
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['flashy_export']. Check that the array index exists before using it.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $check_table
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $flashy_id ..." but found "<?= $flashy_id ..."
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_cron_interval'".
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "balance_points".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"API call to $url failed: "'.
Sample message
Unescaped parameter $guest_table used in $wpdb->get_results()\n$guest_table assigned unsafely at line 149.
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 268.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Async_Request".
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.
Not analyzed yet.
First score snapshot
v2.0.13
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 618 | 432 | 186 | v2.0.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.