Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Last Sunday to This Friday

$date_query = array(
	'relation' => 'AND',
	array(
		'before'        => 'last sunday',
		'after'         => 'this friday',
		'inclusive'     => true,
	),
);