PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 4.8
Tagembed: Social Media Feeds and Customer Reviews Widget v4.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 5.7 All 42 releases
tagembed-widget / views / upgrade / upgradeView.php

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

25 lines 1.6 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 <div class="__tagembed__sourcerow __tagembed__pricesection">
7 <div class="__tagembed__tabheading">
8 <h3>Plan Subscriptions</h3>
9 </div>
10 <div class="__tagembed__priceswitcher">
11 <a href="javascript:void(0);" id="__tagembbed__monthely_price_button" onclick="__tagembed__manageSelectPlanPrice('monthely');">Monthly</a>
12 <a href="javascript:void(0);" id="__tagembbed__yearly_price_button" onclick="__tagembed__manageSelectPlanPrice('yearly');" class="__tagembed__active">Yearly (Save 20%)</a>
13 </div>
14 <div class="__tagembed__fourplan" id="__tagembed__plan"></div>
15 <!--Start--All Feature Section -->
16 <div id="__tagembed__all_feacture_section" class="__tagembed__planfeatures" style="display:none;"></div>
17 <div class="__tagembed__showallfeatures">
18 <button id="__tagembed__all_feacture_button" onclick="__tagembed__manageAllFeactureHideShow();" class="__tagembed__btn">Show All Features</button>
19 </div>
20 <!--End--All Feature Section -->
21 </div>
22 <!--Start--Account Upgrade Popup-->
23 <div id="__tagembed__upgrade_account_popup" class="__tagembed__overlay" style="display:none;"></div>
24 <!--End--Account Upgrade Popup-->
25 <?php include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/footerView.php"; ?>