Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Text

$meta_query = array(
	array(
		'key'     => 'zoom_recording_link',
		'compare' => '!=',
		'type'    => 'CHAR',
	),
);