Insert PHP Code Snippet

Add PHP code to your pages and posts easily using shortcodes.

v1.4.6f1logicUpdated Added 90k+ installs98% rating0% support resolved
38
Score
164
Errors
227
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability70

Top Issues by Category

security285
maintainability102
i18n2
repo_compliance2

Issues Details

391 issues found in latest scan

ERROR147
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING44
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING42
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING37
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING35
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.

WARNING28
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['xyz_ips_msg']

WARNING21
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING6
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING6
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR4
Generic.PHP.ForbiddenFunctions.Found

The use of function eval() is forbidden

WARNING4
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $field at "SELECT * FROM {$wpdb->prefix}xyz_ips_short_code WHERE title LIKE %s {$strInsertionMethod} ORDER BY $field $order LIMIT %d, %d"

ERROR3
missing_direct_file_access_protection

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

ERROR2
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

ERROR2
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR2
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR2
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR2
WordPress.WP.I18n.MissingArgDomain

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

WARNING1
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING1
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_register_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.

WARNING1
readme_parser_warnings_requires_header_ignored

The "Requires at least" field was ignored. This field should only contain a valid WordPress version such as "7.0" or "6.9".

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

Latest Snapshot

Findings

391

Errors

164

Warnings

227

Score History

First score snapshot

First scan completed

v1.4.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v1.4.6

38

Latest

Findings
391
Errors
164
Warnings
227
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins