resource(); $storage = $wpw->storage(); unset($wpw); $config = !empty($config) ? $config : []; $links = !empty($config['wpw_links']) ? json_decode(urldecode($config['wpw_links']), true) : []; if (!is_array($links)) { $links = []; } $link_style = ''; foreach ($links as $style) { $link_style .= $resource->render('@theme/assets/css/constructor-styles/styleparts/link-primary.php', [ 'config' => $style, ]); } // echo '
';
// print($link_style);
// echo '
'; // exit; print($link_style);