Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

InStock Products

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_stock_status',
		'value'   => 'instock',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'acf-sale-product-date-status',
		'value'   => '1',
		'compare' => '=',
		'type'    => 'DECIMAL',
	),
);