Customizer Backup & Reset

Reset theme customizations made via WordPress Customizer with backup, export, and import features.

v2.2.0WPZOOMUpdated Added 8k+ installs84% rating
35
Score
8
Errors
10
Warnings
+0
Change

Category Scores

Security60
Repo90
Performance100
Maintainability89

Top Issues by Category

Issues Details

18 issues found in latest scan

ERROR4
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$entry['count']'.

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING2
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING2
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERROR1
WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder

Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR1
WordPress.WP.AlternativeFunctions.unlink_unlink

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

ERROR1
hidden_files

Hidden files are not permitted.

ERROR1
missing_direct_file_access_protection

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

WARNING1
trademarked_term

The plugin slug includes a restricted term. Your plugin slug - "customizer-reset-by-wpzoom" - contains the restricted term "wp" which cannot be used at all in your plugin slug.

Latest Snapshot

Findings

18

Errors

8

Warnings

10

Score History

First score snapshot

First scan completed

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

v2.2.0

35

Latest

Findings
18
Errors
8
Warnings
10
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins