WP_Meta_Query Generator February 21, 2023 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone searchkey $meta_query = array( array( 'key' => 'searchKey', 'value' => '$kwords', 'compare' => 'LIKE', ), );