WP_Meta_Query Generator March 9, 2022 Public Glenn Rieger Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone G-quick $meta_query = array( 'relation' => 'AND', array( 'key' => 'position', 'value' => 'Teacher', 'compare' => '=', ), );