Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query

$meta_query = array(
	array(
		'key'     => 'show_available_stock_costomnew',
		'value'   => 'texas',
		'compare' => 'REGEXP',
		'type'    => 'CHAR',
	),
);