Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta or

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'fave_author_phone',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'fave_author_mobile',
		'compare' => 'EXISTS',
	),
);