Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Job Id

$meta_query = array(
	array(
		'key'     => '_is_job_id',
		'value'   => 'JOBID',
		'type'    => 'UNSIGNED',
	),
);