/
home
/
henzagold
/
blog
/
wp-content
/
plugins
/
unyson
/
framework
/
extensions
/
megamenu
/
views
/
File Upload :
llllll
Current File: //home/henzagold/blog/wp-content/plugins/unyson/framework/extensions/megamenu/views/item-link.php
<?php if (!defined('FW')) die('Forbidden'); /** * @var WP_Post $item * @var string $title * @var array $attributes * @var object $args * @var int $depth */ if ( fw()->extensions->get('megamenu')->show_icon() && ($icon = fw_ext_mega_menu_get_meta($item, 'icon')) ) { if (empty($attributes['class'])) { $attributes['class'] = $icon; } else { $attributes['class'] .= ' ' . $icon; } } echo $args->before; echo fw_html_tag('a', $attributes, $args->link_before . $title . $args->link_after); echo $args->after;
Copyright ©2k19 -
Hexid
|
Tex7ure