Create responsive contact forms, order forms, registration forms and more. With PCI, CCPA, and HIPAA compliance.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
12
8 issue groups
Security
4
3 issue groups
Repo Compliance
1
1 issue group
Sample message
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Use placeholders and $wpdb->prepare(); found $site_wide
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Short PHP opening tag used with echo; expected "<?php echo CognitoAPI ..." but found "<?= CognitoAPI ..."
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML 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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'CognitoAPI'.
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v2.0.11
75
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 75 | 17 | 13 | 4 | v2.0.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.