Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cf_section meta query

$cf_section = array(
	'relation' => 'AND',
	array(
		'key'     => 'section',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);