Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

is priavte

$meta_query = array(
	array(
		'key'     => 'is_private',
		'value'   => '1',
		'compare' => '=',
	),
);