Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta: kullanicikodu

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'kullanicikodu',
		'value'   => '11235',
		'compare' => '=',
	),
);