March 17, 2026

Tab Pane Repeater Links

';
return;
}

$tabs = get_field('tabs', $target_id);
if (!is_array($tabs) || empty($tabs)) {
echo '';
return;
} else {
$tabcount = count($tabs);
}

$uid = 'lsgTabs-' . substr(md5((string) $target_id . '-' . wp_rand()), 0, 6);
?>

Categories