A must have tool for creating custom fields, custom post types and taxonomies, fast and without any programming knowledge.
Prioritized issue groups from the latest Plugin Check scan
I18n
1,249
5 issue groups
Security
99
6 issue groups
Maintainability
86
14 issue groups
Sample message
Mismatched text domain. Expected 'wck-custom-fields-and-custom-post-types-creator' but got "wck".
Sample message
Processing form data without nonce verification.
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
The $text parameter must not contain interpolated variables or expressions. Found: $key
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET[$this->prefix.'_dismiss_admin_notification'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d posts of %d processed'.
Sample message
Use of a direct database call is discouraged.
Sample message
Function "is_customize_preview()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.1.0.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $meta_names at "SELECT meta_value,meta_key FROM $wpdb->postmeta\tWHERE post_id = '$post->ID' AND meta_key IN ('$meta_names')"
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
File and folder names must not contain spaces or special characters.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Custom Post Types and Custom Fields creator - WCK" - contains the restricted term "wc" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $post->ID used in $wpdb->get_results()\n$post->ID used without escaping.
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
The use of function set_time_limit() is discouraged
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $text text string should have translatable content. Found: ""
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Plugin name "Custom Post Types and Custom Fields creator - WCK" is different from the name declared in plugin header "WCK - Custom Fields and Custom Post Types Creator".
Potential connections found in static code analysis.
Outbound calls
283
External assets
1
Incoming endpoints
12
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.3.9
30
Latest
v2.3.8
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 1,436 | 1,299 | 137 | v2.3.9 | 2.0.0 |
| 29 | 1,443 | 1,300 | 143 | v2.3.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.