Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

PPI

$meta_query = array(
	array(
		'key'     => 'washu_ppi_last_name',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'washu_ppi_first_name',
		'compare' => 'EXISTS',
	),
);