CP Blocks allows to insert complementary blocks of code, like buttons, design elements, new functionalities, etc. It supports inserting blocks into th …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
55
13 issue groups
Security
23
7 issue groups
I18n
3
2 issue groups
Repo Compliance
3
3 issue groups
Sample message
Function "get_current_blog_id()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cp_block_http_host".
Sample message
Use placeholders and $wpdb->prepare(); found $field
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
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$btn'.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CP_FEEDBACK".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cp_blocks_troubleshoot".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
File has mixed line endings; this may cause incorrect results
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.
Sample message
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 85.
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cfte_get_option".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Potential connections found in static code analysis.
Outbound calls
12
External assets
1
Incoming endpoints
1
No public endpoints detected.
wp_ajax
First score snapshot
v1.1.3
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 84 | 46 | 38 | v1.1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.