Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

thename

test

$meta_query = array(
	array(
		'key'     => 'option_overall_score',
		'value'   => '95',
		'compare' => '=',
	),
);