Import the demo content, widgets, customizer settings and theme settings with a single click without any hassle.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
237
19 issue groups
Security
45
5 issue groups
I18n
2
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "customize_save_after".
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
$_POST['customizer_data'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_POST['customizer_data']
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Async_Request".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
Sample message
The use of function ini_set() is discouraged
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_cron_interval'".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 275.
Sample message
Processing form data without nonce verification.
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor\TemplateLibrary".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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
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
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Not analyzed yet.
First score snapshot
v2.0.11
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 297 | 58 | 239 | v2.0.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.