Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

custom_meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'package_price_type',
	),
	array(
		'key'     => 'package_period',
	),
);