Code Snippets

An easy, clean and simple way to enhance your site with code snippets.

v3.9.6Code Snippets ProUpdated 2026-04-28Added Jun 13, 20121m+ installs94% rating0% support resolved
36
Score
34
Errors
203
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability60

Top Issues by Category

maintainability121
security112
i18n3
repo_compliance1

Issues Details

237 issues found in latest scan

WARNING76
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING64
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING22
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR17
missing_direct_file_access_protection

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

WARNING10
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $extra_where at \t\t\t\tWHERE scope IN ($scopes_format) $extra_where\n

WARNING7
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table_name used in $wpdb->get_col()\n$table_name assigned unsafely at line 117.

WARNING6
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['ids'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING4
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR4
wp_function_not_compatible_with_requires_wp

Function "wp_get_default_update_php_url()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 5.0.0.

ERROR3
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.

WARNING3
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

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

ERROR2
Generic.PHP.ForbiddenFunctions.Found

The use of function eval() is forbidden

ERROR2
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 40.

ERROR2
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_var_export

var_export() found. Debug code should not normally be used in production.

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING1
missing_composer_json_file

The "/vendor" directory using composer exists, but "composer.json" file is missing.

ERROR1
outdated_tested_upto_header

Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

Latest Snapshot

Findings

237

Errors

34

Warnings

203

Score History

First score snapshot

First scan completed Jun 19, 2026

v3.9.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v3.9.6

36

Latest

Findings
237
Errors
34
Warnings
203
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins