Tabbed Accounts
$account) { ?>
'ListItem',
'position' => $item_position,
'item' => array_filter([
'@type' => 'FinancialProduct',
'name' => wp_strip_all_tags($acc_title),
'description' => wp_strip_all_tags(
trim(
wp_strip_all_tags($acc_text) . ' ' .
wp_strip_all_tags($acc_text_inner)
)
),
'url' => $has_button ? $btn_url : null,
'offers' => $has_button ? [
'@type' => 'Offer',
'url' => $btn_url,
] : null,
]),
];
?>
>
>
>
data-bs-toggle="collapse"
data-bs-target="#"
aria-expanded="false"
aria-controls=""
>
|
|
|---|
|
|
aria-controls=""
>
'https://schema.org',
'@type' => 'ItemList',
'itemListElement' => $accounts_ld,
];
?>




