WordPress.DB.PreparedSQLPlaceholders.QuotedDynamicPlaceholderGeneration

Quoted Dynamic Placeholder Generation

A SQL query is built in a way that Plugin Check cannot verify as safely prepared.

critical weight

Why It Shows Up

The scan found missing, incorrect, quoted, unsupported, or mismatched SQL placeholders around `$wpdb->prepare()` usage.

Why It Matters

Broken preparation can leave dynamic SQL values unsafe or make queries behave differently than intended.

How to Fix

  • Keep placeholders in the SQL string and pass dynamic values as separate arguments.
  • Use the placeholder that matches the value type.
  • Do not quote placeholders manually, and use allowlists for identifiers or SQL fragments.

Affected Plugins

RankPluginScoreErrorsWarningsInstallsAddedUpdatedTop Issue
#1WP Import Export Lite1973797940k+Non-prefixed global variable
#2AweBooking – Hotel Booking System203095141k+Non-prefixed global variable
#3MotoPress Hotel Booking213,0671,03710k+Text Domain Mismatch
#4E2Pdf – Export Pdf Tool for WordPress221,08184710k+Unsafe printing function
#5easyReservations225,3072,480800Text Domain Mismatch
#6GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress233,5942,77510k+Output is not escaped
#7Link Whisper Free233,9265,40230k+Text Domain Mismatch
#8Restaurant Menu and Food Ordering233858532k+Non-prefixed global variable
#9Issues and Series for Newspapers, Magazines, Publishers, Writers233467102k+Nonce verification recommended
#10Predictive Search for WooCommerce23514633700Output is not escaped
#11Coupon Affiliates – Affiliate Plugin for WooCommerce249263,1415k+Non-prefixed global variable
#12Yoast SEO – Advanced SEO with real-time guidance and built-in AI2415838410m+Non-prefixed global variable
#13پارسی دیت – Parsi Date24110293100k+Non-prefixed hook name
#14WP Docs302682711k+Output is not escaped
#15Sublanguage33266287700Output is not escaped
#16Enhanced Media Library3636111760k+Unsafe printing function
#17Simple Image XML Sitemap37119161k+Output is not escaped
#18Total Sales Counts for WooCommerce4012162700SQL query is not prepared