Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

student id mq

$meta_query = array(
	array(
		'key'     => 'student_id',
		'value'   => '3456',
		'compare' => 'LIKE',
	),
);