Cozy Essential Addons is the free WordPress plugin for Custom post type and provides basic skeletal for custom post type list.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
662
7 issue groups
Security
60
6 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CT_CPT_Menu".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "CEA_Faqs_Display".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$file'.
Sample message
Processing form data without nonce verification.
Sample message
$_POST["cea_team_company"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CT_CPT_Option_Menu".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ct_patterns_block_pattern_categories".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Plugin name "Theme Demo Importer and Patterns Library for CozyThemes - Cozy Essential Addons" is different from the name declared in plugin header "Cozy Essential Addons".
Potential connections found in static code analysis.
Outbound calls
297
External assets
2
Incoming endpoints
1
No public endpoints detected.
wp_ajax
2 score snapshots
v1.3.6
31
Latest
v1.3.5
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 722 | 393 | 329 | v1.3.6 | 2.0.0 |
| 30 | 825 | 479 | 346 | v1.3.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.