Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Profile Page Meta Query

$is_profile_page = array(
	'relation' => 'AND',
	array(
		'key'     => 'is_this_a_profile_page',
		'value'   => 'yes',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);