FakerPress is a clean way to generate fake and dummy content to your WordPress, great for developers who need testing
Prioritized issue groups from the latest Plugin Check scan
Maintainability
174
16 issue groups
I18n
22
4 issue groups
Security
12
4 issue groups
Performance
3
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_elements".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "self::plugin . '/fields/container'".
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$container_classes'.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
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
Detected usage of meta_key, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_IMPORTING".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fp_display_activation_notice".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to esc_attr__().
Sample message
The $text text string should have translatable content. Found: ''
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
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().
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v0.9.2
52
Latest
v0.9.1
53
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 52 | 221 | 66 | 155 | v0.9.2 | 2.0.0 |
| 53 | 218 | 66 | 152 | v0.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.