Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'aw_allow_syndication',
		'value'   => 'true',
		'type'    => 'BINARY',
	),
	array(
		'key'     => 'aw_schedule_syndication',
		'value'   => 'No',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);