Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

final_whistle_meta_teams

$meta_teams = array(
	'relation' => 'AND',
	array(
		'key'     => 'sp_team',
		'value'   => '123456',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'sp_team',
		'value'   => '123456',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);