An ACF add-on plugin to save custom fields data in a structured database table instead of WordPress's post meta table.
Prioritized issue groups from the latest Plugin Check scan
Security
66
10 issue groups
Maintainability
31
5 issue groups
Repo Compliance
2
2 issue groups
I18n
1
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$buttonClass'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $delete_query
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['post']. Check that the array index exists before using it.
Sample message
Unescaped parameter $delete_query used in $wpdb->query()\n$delete_query assigned unsafely at line 514.
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $prefix_table_name used in $wpdb->get_results()\n$prefix_table_name assigned unsafely at line 143.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $prefix_table_name at "SHOW TABLES LIKE '$prefix_table_name'"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['acf']
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
Missing $domain parameter in function call to __().
Sample message
Tested up to: 6.6 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.0.7
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 100 | 36 | 64 | v1.0.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.