Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Grooming Meta Query

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'service_type',
		'value'   => 'grooming',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);