Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Okunma

$meta_query = array(
	array(
		'key'     => 'essb_views',
		'compare' => 'LIKE',
		'type'    => 'NUMERIC',
	),
);