new pricing
This commit is contained in:
@@ -1886,12 +1886,10 @@ function oribi_render_pricing_card($a)
|
||||
<?php if ($monthly_per): ?><div class="pricing-per pbt-show-monthly"><?php echo wp_kses_post($monthly_per); ?></div><?php endif; ?>
|
||||
<?php if ($has_annual): ?>
|
||||
<div class="pricing-amount pbt-show-annual" hidden><?php echo wp_kses_post($annual_price); ?></div>
|
||||
<?php if ($annual_per): ?><div class="pricing-per pbt-show-annual" hidden><?php echo wp_kses_post($annual_per); ?></div><?php endif; ?>
|
||||
<?php if ($annual_savings): ?><div class="pricing-savings pbt-show-annual" hidden><?php echo esc_html($annual_savings); ?></div><?php endif; ?>
|
||||
<div class="pricing-per pbt-show-annual" hidden><?php if ($annual_per): ?><?php echo wp_kses_post($annual_per); ?><?php endif; ?><?php if ($annual_savings): ?> — <span class="pricing-savings-inline"><?php echo esc_html($annual_savings); ?></span><?php endif; ?></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php
|
||||
endif; ?>
|
||||
<?php endif; ?>
|
||||
<ul class="pricing-features">
|
||||
<?php foreach (($a['features'] ?? []) as $f): ?>
|
||||
<li><span class="pricing-check">✓</span> <?php echo wp_kses_post($f); ?></li>
|
||||
|
||||
Reference in New Issue
Block a user