Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

status_not_away

$meta_query = array(
	array(
		'key'     => 'status',
		'value'   => 'away',
		'compare' => '!=',
		'type'    => 'CHAR',
	),
);