Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'player_contract_status',
		'terms'            => 'remain_in_team',
		'field'            => 'slug',
	),
);