Demo Importer Plus

Import the demo content, widgets, customizer settings and theme settings with a single click without any hassle.

v2.0.11Kraft PluginsUpdated 2026-05-04Added Jun 12, 202110k+ installs100% rating
25
Score
58
Errors
239
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability10

Top Issues by Category

maintainability237
1Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING842Direct QueryWordPress.DB.DirectDatabaseQuery.DirectQueryWARNING343No CachingWordPress.DB.DirectDatabaseQuery.NoCachingWARNING344missing direct file access protectionmissing_direct_file_access_protectionERROR225unlink unlinkWordPress.WP.AlternativeFunctions.unlink_unlinkERROR126Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING97Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING78DiscouragedSquiz.PHP.DiscouragedFunctions.DiscouragedWARNING69Dynamic Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFoundWARNING610prevent path disclosure error reportingWordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reportingWARNING611curl curl setoptWordPress.WP.AlternativeFunctions.curl_curl_setoptERROR412get page by title FoundWordPress.WP.DeprecatedFunctions.get_page_by_titleFoundWARNING313slow db query meta queryWordPress.DB.SlowDBQuery.slow_db_query_meta_queryWARNING214Non Prefixed Namespace FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFoundWARNING215curl curl closeWordPress.WP.AlternativeFunctions.curl_curl_closeERROR216No Code FoundInternal.NoCodeFoundWARNING117Offloaded ContentPluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContentERROR118Schema ChangeWordPress.DB.DirectDatabaseQuery.SchemaChangeWARNING119date dateWordPress.DateTime.RestrictedFunctions.date_dateERROR1
security45
i18n2

Issues Details

297 issues found in latest scan

WARNING84
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "customize_save_after".

WARNING34
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING34
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING22
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['customizer_data'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR22
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING13
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['customizer_data']

ERROR12
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Async_Request".

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".

WARNING6
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_cron_interval'".

WARNING6
WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting

error_reporting() can lead to full path disclosure.

ERROR4
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $query

ERROR4
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNING3
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 275.

WARNING3
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING3
WordPress.WP.DeprecatedFunctions.get_page_by_titleFound

get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor\TemplateLibrary".

ERROR2
WordPress.WP.AlternativeFunctions.curl_curl_close

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR2
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING1
Internal.NoCodeFound

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.

ERROR1
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

WARNING1
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR1
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

Latest Snapshot

Findings

297

Errors

58

Warnings

239

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.0.11 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.0.11

25

Latest

Findings
297
Errors
58
Warnings
239
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins