Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ffg

fgfg

// WP_Query arguments
$args = array(
	'has_password'           => true,
	'post_password'          => 'vgghghfgfg',
);

// The Query
$query = new WP_Query( $args );