PluginProbe
Scrollsequence – Cinematic Scroll Image Animation Plugin / 1.5.5
Scrollsequence – Cinematic Scroll Image Animation Plugin v1.5.5
1.4.3 1.4.4 1.4.5 1.4.6 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 trunk 0.9.92 0.9.93 0.9.94 0.9.96 1.0.072 1.0.073 All 61 releases
scrollsequence / admin / partials / update_notice.php

update_notice.php in Scrollsequence – Cinematic Scroll Image Animation Plugin 1.5.5, at admin/partials/update_notice.php

32 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 ?>