Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

WP Meta Query

$meta_query = array(
	array(
		'key'     => 'player_monthly_cost',
		'type'    => 'NUMERIC',
	),
);