Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

testing

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'post_type',
		'value'   => 'careers',
	),
	array(
		'key'     => 'post_name',
		'value'   => 'testing',
	),
);