Build professional knowledge bases with unlimited docs, drag-and-drop editor, live search, and SEO optimization.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,379
13 issue groups
Security
445
9 issue groups
Performance
27
2 issue groups
I18n
6
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_pt".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$alt_attr'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "csf_array_search".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "before_docs_column_wrapper".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CSF".
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
$_GET['child'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['eazydocs_response']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at \t\t WHERE ID IN ($placeholders)"
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
Processing form data without nonce verification.
Sample message
Unescaped parameter $log_table used in $wpdb->get_results()\n$log_table assigned unsafely at line 13.
Sample message
Function "block_template_part()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EZD_ASSETS".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['new_doc']. Check that the array index exists before using it.
Sample message
Short URL detected (shorturl.at). Use full URLs instead of URL shorteners.
Sample message
Using exclusionary parameters, like post__not_in, 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
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
A function call to _n() 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
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Detected usage of tax_query, possible slow query.
Potential connections found in static code analysis.
Outbound calls
253
External assets
13
Incoming endpoints
34
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
17 more hidden
3 score snapshots
v2.13.0
23
Latest
v2.12.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,896 | 355 | 1,541 | v2.13.0 | 2.0.0 |
| 23 | 1,871 | 356 | 1,515 | v2.12.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.