WP_Meta_Query Generator December 18, 2019 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Autor $meta_query = array( array( 'key' => '_product_author', 'value' => 'test', 'compare' => 'LIKE', ), );