PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 7.4
Tagembed: Social Media Feeds and Customer Reviews Widget v7.4
7.8 7.5 7.6 7.7 7.4 trunk 3.10 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 All 43 releases
tagembed-widget / views / upgrade / upgradeView.php

upgradeView.php in Tagembed: Social Media Feeds and Customer Reviews Widget 7.4, at views/upgrade/upgradeView.php

38 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headView.php';
3 include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headerView.php';
4 wp_enqueue_script('__script-upgrade-js', TAGEMBED_PLUGIN_URL . '/assets/js/upgrade/tagembed.upgrade.script.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true);
5 ?>
6
7 <div class="__tagembed__support" id="__tagembed__support_section" style="display: none;">
8 <h3><span style="font-size: 12px;">🔗</span> <a href="https://tagembed.com/support/" target="_blank">We’re Here to Help You Succeed -</a></h3>
9 <p>You've signed up with Tagembed, and your upgrade will be managed from your Tagembed account.
10 To upgrade your plan, manage your subscription, or view billing details, please visit the Tagembed app.</p>
11 </br>
12 <a class="__tagembed__btn" href="https://app.tagembed.com/price" target="_blank" id="__tagembed__book_demo_free_btn"> Upgrade Now</a>
13 <a class="__tagembed__btn __tagembed__intercom_chat_btn" href="javascript:void(0);"> Chat with Us</a>
14 </div>
15
16 <div id="__tagembed__upgrade_plan_section" style="display: none;">
17 <div class="__tagembed__sourcerow __tagembed__pricesection">
18 <div class="__tagembed__tabheading">
19 <h3>Plan Subscriptions</h3>
20 </div>
21 <div class="__tagembed__priceswitcher">
22 <a href="javascript:void(0);" id="__tagembbed__monthely_price_button" onclick="__tagembed__manageSelectPlanPrice('monthely');">Monthly</a>
23 <a href="javascript:void(0);" id="__tagembbed__yearly_price_button" onclick="__tagembed__manageSelectPlanPrice('yearly');" class="__tagembed__active">Yearly (Save 20%)</a>
24 </div>
25 <div class="__tagembed__fourplan" id="__tagembed__plan"></div>
26 <!--Start--All Feature Section -->
27 <div id="__tagembed__all_feacture_section" class="__tagembed__planfeatures" style="display:none;"></div>
28 <div class="__tagembed__showallfeatures">
29 <button id="__tagembed__all_feacture_button" onclick="__tagembed__manageAllFeactureHideShow();" class="__tagembed__btn">Show All Features</button>
30 </div>
31 <!--End--All Feature Section -->
32 </div>
33 <!--Start--Account Upgrade Popup-->
34 <div id="__tagembed__upgrade_account_popup" class="__tagembed__overlay" style="display:none;"></div>
35 <!--End--Account Upgrade Popup-->
36 </div>
37
38 <?php include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/footerView.php'; ?>