I would like to remove duplicates by value as you can see from the list_title. I know there are several questions and answers to this but their solution doesn\'
list_title
Try this
$value) { if ( is_array($value) ) { $result[$key] = super_unique($value); } } return $result; } ?>