Effortlessly set up cookie notices and privacy policies. Avoid fines by staying compliant with GDPR, nFADP, PIPEDA, LGPD, CCPA/CPRA and 19 more.
Prioritized issue groups from the latest Plugin Check scan
I18n
1,182
4 issue groups
Maintainability
545
12 issue groups
Security
277
9 issue groups
Sample message
Mismatched text domain. Expected 'myagileprivacy' but got 'MAP_txt'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accept_button_styles".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_BR_TEXT".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <div class=\"$colClass\">"'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['f'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_content_after_editor".
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['the_imported_file']['tmp_name']
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.4.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "format_to_edit".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$config_col} at "SELECT p.ID, p.post_status, p.post_date, pm.meta_value AS rid, t.source_language_code AS src{$config_col}\n
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
Use placeholders and $wpdb->prepare(); found $post_ids
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MAP_Admin_Notice_Manager".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['the_imported_file']['error']. Check that the array index exists before using it.
Sample message
Unescaped parameter $icl used in $wpdb->query()\n$icl assigned unsafely at line 1937.
Sample message
Missing $domain parameter in function call to _n_noop().
Sample message
The $context parameter must be a single text string literal. Found: MAP_POST_TYPE_COOKIES
Potential connections found in static code analysis.
Outbound calls
139
External assets
0
Incoming endpoints
17
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
3 score snapshots
v3.3.7
24
Latest
v3.3.6
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,042 | 1,338 | 704 | v3.3.7 | 2.0.0 |
| 24 | 2,034 | 1,329 | 705 | v3.3.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.