HEX
Server: Apache/2
System: Linux ctr689471.novalocal 4.9.241-37.el7.x86_64 #1 SMP Mon Nov 2 13:55:04 UTC 2020 x86_64
User: bluecool (1005)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /home/bluecool/public_html/wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-links.php
<?php
/**
 * Links above PO files table
 */
?> 
<nav class="above-list-table"><?php
    /* @var $link Loco_mvc_ViewParams */
    foreach( $nav as $link ):?> 
    <a class="has-icon icon-<?php $link->e('icon')?>" href="<?php $link->e('href')?>"><?php $link->e('name')?></a><?php
    endforeach;
    echo $this->render('../common/inc-table-filter');
    ?> 
</nav>