The Custom Field Template plugin extends the functionality of custom fields.
Prioritized issue groups from the latest Plugin Check scan
Security
772
11 issue groups
Maintainability
316
13 issue groups
I18n
6
1 issue group
Sample message
Function "_admin_search_query()" requires WordPress 2.7.0, but your plugin minimum supported version is WordPress 2.1.0.
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 '$body'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['cftfile']['tmp_name']
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$this->sanitize_name($title)]['name'][$tmp_parentSN+$gap]. Check that the array index exists before using it.
Sample message
The use of function eval() is forbidden
Sample message
Found usage of constant "PLUGINDIR". Use WP_PLUGIN_DIR instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'cft_'.rawurlencode($title)".
Sample message
Use placeholders and $wpdb->prepare(); found $key
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
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
Missing $domain parameter in function call to __().
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "esc_attr".
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 3095.
Sample message
The use of function set_time_limit() is discouraged
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CFT_WP_Posts_List_Table".
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
attribute_escape() has been deprecated since WordPress version 2.8.0. Use esc_attr() instead.
Sample message
clean_url() has been deprecated since WordPress version 3.0.0. Use esc_url() instead.
Potential connections found in static code analysis.
Outbound calls
89
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v2.8
29
Latest
v2.7.8
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 1,098 | 568 | 530 | v2.8 | 2.0.0 |
| 30 | 1,139 | 521 | 618 | v2.7.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.