From blank install to designer-built WordPress site in one click. Browse starter templates, preview them live, and import the one you love — pages, pl …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
100
18 issue groups
Security
62
7 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'default_option_' . $key".
Sample message
Processing form data without nonce verification.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "FT_Demo_Importer".
Sample message
$_COOKIE[AUTH_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[AUTH_COOKIE]
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$kind'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_demo_contents".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Merlin_Helper".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Function "wp_clean_theme_json_cache()" requires WordPress 6.2.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ft_import_get_page_by_title".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Unescaped parameter $sql used in $wpdb->get_var()\n$sql assigned unsafely at line 8.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $post_type_in_string at \t\t\tAND post_type IN ($post_type_in_string)"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Potential connections found in static code analysis.
Outbound calls
45
External assets
1
Incoming endpoints
2
No public endpoints detected.
admin_post
wp_ajax
2 score snapshots
v1.3.1
32
Latest
v1.1.12
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 167 | 37 | 130 | v1.3.1 | 2.0.0 |
| 40 | 82 | 8 | 74 | v1.1.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.