WP_Meta_Query Generator May 27, 2020 Public Himanshu Ahuja Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone course_id_meta_comaprison $meta_query = array( 'relation' => 'OR', array( 'key' => 'course_id', 'value' => '60', 'compare' => '=', ), );