Meta Query
$meta_query = array( 'relation' => 'AND', array( 'key' => 'type', 'value' => 'videos', 'compare' => 'IN', 'type' => 'CHAR', ), );
$meta_query = array( 'relation' => 'AND', array( 'key' => 'type', 'value' => 'videos', 'compare' => 'IN', 'type' => 'CHAR', ), );