WP_Meta_Query Generator May 6, 2021 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone find string in meta description $meta_query = array( array( 'key' => 'description', 'value' => 'ultimate', 'compare' => 'IN', ), );