Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

please

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'post_title',
		'value'   => '?',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'userPassword',
		'value'   => '?',
		'compare' => 'LIKE',
	),
);