metabox(); while (have_posts()) { the_post(); $post_id = get_the_ID(); $class = $sidebar_position == 'none' ? 'col-md-12' : 'col-md-8'; ?>
%s', get_term_link($term, 'team_categories'), $term->name); } } ?>
metabox()->get(get_the_ID(), 'role'); ?>
    storage()->get('default_icon_font'); $socials_data = Wpw::inst() ->metabox() ->get(get_the_ID(), 'socials'); $links = json_decode(urldecode($socials_data), true); if (!is_array($links)) { $links = []; } foreach ($links as $link) { $icon = (isset($link['icon']) && !empty($link['icon'])) ? $link['icon'] : null; $url = (isset($link['url']) && !empty($link['url'])) ? $link['url'] : null; if (empty($url)) { continue; } ?>
  • icon()->generate_icon($font, $icon) ?>