Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

In stock meta

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