Prioritized issue groups from the latest Plugin Check scan
Security
162
8 issue groups
Maintainability
95
15 issue groups
I18n
66
2 issue groups
Sample message
Mismatched text domain. Expected 'formzu-wp' but got 'formzu-admin'.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_formzu_context_option_box".
Sample message
$_GET['checked_forms_index'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['checked_forms_index']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['checked_forms_index']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
The use of function ini_set() is discouraged
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Formzu WP" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'save_post_' . $menu_obj->post_type".
Sample message
print_r() 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 '"$errstr ($errno)<br />\n"'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fsockopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Not analyzed yet.
First score snapshot
v1.6.11
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 330 | 167 | 163 | v1.6.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.