Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tg_service_meta

$service_meta = array(
	array(
		'key'     => 'tg_servicemeta',
		'value'   => '%' . $service_id . '%',
		'compare' => 'LIKE',
	),
);