Custom Snippet

Use this tool to share WordPress snippets with the community.

  Save Snippet
$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'frontage',
		'value'   => '$_GET['frontage']',
		'compare' => 'LIKE',
		'type'    => 'NUMERIC',
	),
);