function($row){
$data = '<a href="https://www.google.com/maps/place/'.$row->address.'" target="_blank">
<a href="https://maps.apple.com/maps?q='.$row->address.'" target="_blank" >
'.$row->name.'
</a></a>';
return $data;
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)