Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta by post id or slug

$meta_query = array(
	array(
		'key'     => 'jvspr_meta_block_field',
		'value'   => '[id, slug]',
		'compare' => 'IN',
	),
);