Pure Metafields is very light weight plugin tused to create custom metabox for any post type like page, post and your custom post type support it.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
111
4 issue groups
Security
23
6 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_get_db_values".
Sample message
$_POST[$field['id']] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "tp_meta_boxes".
Sample message
Detected usage of a non-sanitized input variable: $_POST[$field['id']]
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$repeater_field['id']]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The use of function eval() is forbidden
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$allowed_tags'.
Not analyzed yet.
First score snapshot
v1.4.9
53
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 53 | 135 | 5 | 130 | v1.4.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.