Use PHP 7.4 featers and PHP 8 polyfills
This commit is contained in:
@ -96,12 +96,12 @@ if (empty($plans)) {
|
||||
foreach ($plans as $plan) {
|
||||
wu_get_template(
|
||||
'legacy/signup/pricing-table/plan',
|
||||
array(
|
||||
[
|
||||
'plan' => $plan,
|
||||
'count' => $count,
|
||||
'columns' => $columns,
|
||||
'current_plan' => $current_plan,
|
||||
)
|
||||
]
|
||||
);
|
||||
} // end foreach;
|
||||
|
||||
|
Reference in New Issue
Block a user