Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

1

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'notice_show_type',
		'value'   => 'indefinitely',
	),
	array(
		'key'     => 'notice_status',
		'value'   => 'active',
	),
);