Use PHP 7.4 featers and PHP 8 polyfills
This commit is contained in:
@ -27,11 +27,11 @@ if ( ! defined('ABSPATH')) {
|
||||
|
||||
<?php
|
||||
|
||||
$prices = array(
|
||||
$prices = [
|
||||
1 => __('Monthly', 'wp-ultimo'),
|
||||
3 => __('Quarterly', 'wp-ultimo'),
|
||||
12 => __('Yearly', 'wp-ultimo'),
|
||||
);
|
||||
];
|
||||
|
||||
$first = true;
|
||||
|
||||
|
Reference in New Issue
Block a user