retina()->load($thumbnail)) { Wpw::inst()->retina()->resize(820); $thumbnail = Wpw::inst() ->retina() ->format_img(['class' => 'attachment-lumeric_blog_thumbnail size-lumeric_blog_thumbnail wp-post-image object-fit']); } else { $thumbnail = ''; } ?>
set('suppress_filters', 0); if (have_posts()) { while (have_posts()) { the_post(); $title = get_the_title(); ?>
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) ?>