Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'itinerator_page_slug',
		'compare' => 'NOT EXISTS',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'itinerator_page_slug',
		'value'   => '''',
		'compare' => '!=',
		'type'    => 'CHAR',
	),
);