Optimize and tweak WordPress by disable unused features. Improve performance, SEO and security using Clearfy — super easy, fast and zero code.
Prioritized issue groups from the latest Plugin Check scan
Security
1,770
9 issue groups
I18n
1,282
3 issue groups
Maintainability
799
13 issue groups
Sample message
Mismatched text domain. Expected 'clearfy' but got "wbcr_factory_480".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action['class']'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_COOKIE['wam_assigned_roles'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wam_assigned_roles']
Sample message
Short PHP opening tag used with echo; expected "<?php echo $actual_slug ..." but found "<?= $actual_slug ..."
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASGAROS_404".
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
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": {$pattern}"'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CdnWCLEARFY".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugin".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET["url"]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cachify_flush_cache".
Sample message
Missing $domain parameter in function call to __().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Use placeholders and $wpdb->prepare(); found $delete_all_sql
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_sanitize_text_fields".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$tag".
Potential connections found in static code analysis.
Outbound calls
292
External assets
0
Incoming endpoints
8
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.4.3
22
Latest
v2.4.2
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 4,123 | 2,854 | 1,269 | v2.4.3 | 2.0.0 |
| 22 | 4,128 | 2,858 | 1,270 | v2.4.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.