Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

got-response

$meta_query = array(
	array(
		'key'     => 'if_got_response',
		'value'   => '$got_dept_response',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
);