Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Aflate in stoc

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_stock_status',
		'value'   => 'instock',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);