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', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => 'itinerator_page_slug', 'compare' => 'NOT EXISTS', 'type' => 'CHAR', ), array( 'key' => 'itinerator_page_slug', 'value' => '''', 'compare' => '!=', 'type' => 'CHAR', ), );