Clone

100% FREE clone and migration

v2.4.8migrateUpdated 2025-10-30Added Dec 20, 201240k+ installs82% rating
23
Score
244
Errors
262
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability0

Top Issues by Category

maintainability220
security210
i18n27

Issues Details

506 issues found in latest scan

ERROR89
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<p style='padding:5px;'><a href='{$link}' style='margin-top:10px'>Advanced Settings</a></p>"'.

WARNING68
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CreateWPFullBackupZip&quot;.

ERROR55
wp_function_not_compatible_with_requires_wp

Function "current_action()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.3.0.

WARNING39
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING28
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$backup&quot;.

WARNING26
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;page&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERROR20
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING15
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR14
missing_direct_file_access_protection

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

WARNING13
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;page&#039;]. Check that the array index exists before using it.

WARNING12
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST[&#039;exclude&#039;]

WARNING8
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING8
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR8
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR7
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.

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;NEW_BB_BANNER_H_HTML_LOADED&quot;.

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;download_url_error_max_body_size&quot;.

WARNING6
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

WARNING5
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING4
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table used in $wpdb-&gt;get_results()

WARNING4
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $table_name at &quot;SHOW TABLES LIKE &#039;$table_name&#039;&quot;

ERROR4
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR4
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERROR4
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

WARNING4
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

Latest Snapshot

Findings

506

Errors

244

Warnings

262

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.4.8

23

Latest

Findings
506
Errors
244
Warnings
262
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins