Secure Custom Fields boosts content management with custom fields and options. It deactivates Advanced Custom Fields to prevent duplicate code errors.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,453
19 issue groups
Security
148
4 issue groups
Performance
4
2 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_acf_apply_deprecated_hook".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acf/acf_get_posts/args".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$acf".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ACF".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'acf_esc_attrs'.
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "register_block_bindings_source()" requires WordPress 6.5.0, but your plugin minimum supported version is WordPress 6.2.0.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "SCF\Blocks".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['acf']
Sample message
Use of a direct database call is discouraged.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ACF".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter/$variation=$value".
Sample message
The "acf/field" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
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
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
217
External assets
0
Incoming endpoints
38
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
12 more hidden
6 score snapshots
v6.9.4
23
Latest
v6.9.3
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,615 | 240 | 1,375 | v6.9.4 | 2.0.0 |
| 23 | 1,621 | 240 | 1,381 | v6.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.