Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'feature_blog',
		'value'   => '1',
		'compare' => 'RLIKE',
		'type'    => 'BINARY',
	),
);