WP meta query generator tool

WP Meta Query Generator

Build powerful WP_Meta_Query code with advanced clause controls, named clauses, presets, and smart validation.

General Settings

Meta Clauses

Download PHP Download JSON Config

Generated Code

Tips

  • Use type NUMERIC for numbers, DATE for dates, and CHAR for plain text.
  • Use BETWEEN with two values for ranges and IN with comma-separated values for lists.
  • Use named clauses when you want custom orderby rules.
  • EXISTS and NOT EXISTS check key presence only, so value is not required.