Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

stock

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_stock',
		'compare' => '<',
		'type'    => 'NUMERIC',
	),
);