Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query is_featured

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'is_featured',
		'value'   => '1',
		'compare' => '=',
	),
);