Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cumple exists

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'fecha_cumpleanos',
		'value'   => '/',
		'compare' => 'NOT LIKE',
	),
);