Use widgets, shortcodes, and/or template tags to easily retrieve and display custom field values for posts or pages.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
47
15 issue groups
Security
35
4 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' class='$tclass' style='$tstyle' />"'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_manually_load_plugin".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tests_dir".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->get_hook( 'config' )".
Sample message
Unescaped parameter $sql used in $wpdb->get_col()\n$sql assigned unsafely at line 149.
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
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "c2c_get_custom_field_values_post_types".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "c2c_GetCustomFieldValuesShortcode".
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
Application files are not permitted.
Sample message
Unexpected markdown file "DEVELOPER-DOCS.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
The use of function ini_set() is discouraged
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_RUN_CORE_TESTS".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.3 < 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
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v4.1
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 84 | 40 | 44 | v4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.