Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

L3

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'aw_schedule_syndication',
		'value'   => 'Yes',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'aw_syndication_date',
		'value'   => 'strtotime( 'now' )',
		'compare' => '<=',
		'type'    => 'DATETIME',
	),
);