Categories
October 1, 2024
Accounts Compare Page 19
'name' => $account_name,
'description' => $brief_desc,
'button' => get_sub_field('show_open_account_button') ? $button_text : '',
'url' => get_sub_field('open_account_url') ?: '#'
];
?>
} elseif ($type === 'text' && !empty(get_sub_field('compare_text'))) {
// Show custom text
$field_data[] = esc_html(get_sub_field('compare_text'));
} else {
// Show empty cell for false or blank
$field_data[] = '';
}
}
endwhile;
}
$j++;
endwhile;
}
$compare_values[] = $field_data;
$a++;
endwhile;
}
$number_words = [
1 => 'one',
2 => 'two',
3 => 'three',
4 => 'four',
5 => 'five'
// Add more as needed
];
$column_class = isset($number_words[$j]) ? $number_words[$j] . '-columns' : 'multi-columns';
?>
|
Features |
',' ', $account['name']); ?> |
|---|---|
| '.$value.' | |
|
|