| 1 |
<div> |
| 2 |
<p style="max-width:640px; text-align: center; border:1px solid #c3c4c7; background-color: #f0f0f1; padding-left:1rem; padding-right:1rem;" ><br> |
| 3 |
<strong> |
| 4 |
<?php |
| 5 |
_e( 'Experience the power of our Media Tools, exclusively available to Business Plan users.', 'scrollsequence' ); |
| 6 |
?> |
| 7 |
<br><br/> |
| 8 |
<?php |
| 9 |
// _e( 'Business Plan Required', 'scrollsequence' ); |
| 10 |
?> |
| 11 |
</strong><br> |
| 12 |
<a |
| 13 |
class="button button-primary button-hero" |
| 14 |
style="background-color:#2271b1; border: 1px solid #2271b1" |
| 15 |
href="<?php |
| 16 |
echo admin_url( 'admin.php?page=scrollsequence-pricing&checkout=true&plan_name=business&billing_cycle=annual&trial=true' ) ; |
| 17 |
?>" |
| 18 |
> |
| 19 |
<span class="dashicons dashicons-hourglass" style=" margin-top: 0.7rem; margin-right: 0.35rem;"></span> |
| 20 |
<?php |
| 21 |
_e( 'Start Your Business Plan Free Trial Now', 'scrollsequence' ); |
| 22 |
?> |
| 23 |
</a> |
| 24 |
<br><br> |
| 25 |
<?php |
| 26 |
_e( 'Enjoy a 14-day trial at no cost. A payment method is needed to initiate the trial, you have the freedom to cancel at any point during this period.', 'scrollsequence' ); |
| 27 |
?> |
| 28 |
<br><br><br> |
| 29 |
</p> |
| 30 |
</div> |
| 31 |
<?php |
| 32 |
?> |