Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Volume Numbers all

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'volume_number',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'volume_number',
		'compare' => 'NOT EXISTS',
	),
);