Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Metaquery

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'enable_home_features',
		'value'   => 'yes',
		'compare' => 'LIKE',
	),
);