free ? __('Free!', 'wp-multisite-waas') : str_replace(wu_get_currency_symbol(), '', wu_format_currency((((float) $plan->{'price_' . $type}) / $type)));
$plan_attrs .= " data-price-$type='$price'";
}
$plan_attrs = apply_filters('wu_pricing_table_plan', $plan_attrs, $plan);
?>
class="get_id()}"; ?> lift wu-plan plan-tier is_featured_plan() ? 'callout' : ''; ?> wu-col-sm- wu-col-xs-12">
is_featured_plan()) : ?>
get_name(); ?>
is_free()) : ?>
is_contact_us()) : ?>
price_1)); ?>
get_description(); ?>
__('every 3 months', 'wp-multisite-waas'),
12 => __('yearly', 'wp-multisite-waas'),
];
foreach ($prices_total as $freq => $string) {
$text = sprintf(__('%1$s, billed %2$s', 'wp-multisite-waas'), wu_format_currency($plan->{"price_$freq"}), $string);
if ($plan->free || $plan->is_contact_us()) {
echo "- -
";
} else {
echo "- $text
";
}
}
/**
* Loop and Displays Pricing Table Lines
*/
foreach ($plan->get_pricing_table_lines() as $key => $line) :
?>
get_id() == $current_plan->id ? __('This is your current plan', 'wp-multisite-waas') : __('Select Plan', 'wp-multisite-waas');
$button_label = apply_filters('wu_plan_select_button_label', $button_label, $plan, $current_plan);
?>
is_contact_us()) : ?>
-
get_contact_us_label(); ?>
-