| 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"; ?> |