November 16, 2023

Calculator Accordion







'.get_sub_field('table_title').'

'; }
$table = get_sub_field( 'table' );
if ( ! empty ( $table ) ) {
echo '

';
if ( ! empty( $table['caption'] ) ) {
echo '

';
}
if ( ! empty( $table['header'] ) ) {
echo '

';
echo '

';
foreach ( $table['header'] as $th ) {
echo '

';
}
echo '

';
echo '

';
}
echo '

';
foreach ( $table['body'] as $tr ) {
echo '

';
foreach ( $tr as $td ) {
echo '

';
}
echo '

';
}
echo '

';
echo '

' . $table['caption'] . '
';
echo $th['c'];
echo '
';
echo $td['c'];
echo '

';
echo '

';
if ( ! empty( $table['caption'] ) ) {
echo '

';
}
echo '

';
if ( ! empty( $table['header'] ) ) {
echo '

';
$h = 0;
foreach ( $table['header'] as $th ) {
${'ht'.$h} = '

';
$h++;
}
}
foreach ( $table['body'] as $tr ) {
$d = 0;
foreach ( $tr as $td ) {
echo ${'ht'.$d};
echo '

';
echo '

';
echo '

';
$d++;
}
}
echo '

';
echo '

' . $table['caption'] . '
'.$th['c'].'
';
echo $td['c'];
echo '

';
}
if ( get_sub_field('disclaimer_text') ) { echo '

'.get_sub_field('disclaimer_text').'

'; }
?>

';
} ?>







';
if ( ! empty( $table['caption'] ) ) {
echo '

' . $table['caption'] . '

';
}
if ( ! empty( $table['header'] ) ) {
echo '

';
echo '

';
foreach ( $table['header'] as $th ) {
echo '

';
echo $th['c'];
echo '

';
}
echo '

';
echo '

';
}
echo '

';
foreach ( $table['body'] as $tr ) {
echo '

';
foreach ( $tr as $td ) {
echo '

';
echo $td['c'];
echo '

';
}
echo '

';
}
echo '

';
echo '

';
echo '

';
if ( ! empty( $table['caption'] ) ) {
echo '

';
}
echo '

';
if ( ! empty( $table['header'] ) ) {
echo '

';
$h = 0;
foreach ( $table['header'] as $th ) {
${'ht'.$h} = '

';
$h++;
}
}
foreach ( $table['body'] as $tr ) {
$d = 0;
foreach ( $tr as $td ) {
echo ${'ht'.$d};
echo '

';
echo '

';
echo '

';
$d++;
}
}
echo '

';
echo '

' . $table['caption'] . '
'.$th['c'].'
';
echo $td['c'];
echo '

';
}
if ( get_sub_field('disclaimer_text') ) { echo '

'.get_sub_field('disclaimer_text').'

'; }
?>

';
} ?>




Categories