Example #1
0
 public function render(\Magento\Framework\DataObject $row)
 {
     return "<a target='_blank' href='http://www.abuseipdb.com/check/" . $row->getIp() . "' title='" . __('Check this ip') . "'>" . $row->getIp() . "</a>";
 }