PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / trunk
Tagembed: Social Media Feeds and Customer Reviews Widget vtrunk
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 / theme / themeView.php

themeView.php in Tagembed: Social Media Feeds and Customer Reviews Widget trunk, at views/theme/themeView.php

26 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if (!defined('ABSPATH')) :
3 exit;
4 endif;
5 include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headView.php';
6 include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headerView.php';
7 wp_enqueue_script('__tagembed__script-theme-js', TAGEMBED_PLUGIN_URL . '/assets/js/theme/tagembed.theme.script.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true);
8 /* Lazy Loader Script */
9 wp_enqueue_script('__tagembed__script-lazy-loading-js', TAGEMBED_PLUGIN_URL . '/assets/js/lazyload.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true);
10 if (!empty($__tagembed__widgets)) :
11 ?>
12 <div id="__tagembed__choosetheme" class="__tagembed__tabcontent">
13 <div class="__tagembed__sourcerow">
14 <div class="__tagembed__tabheading">
15 <h3>Select Any Layout</h3>
16 <span>Note: Select any layout of your choice.</span>
17 </div>
18 </div>
19 <div class="__tagembed__sourcerow">
20 <div class="__tagembed__layoutarea">
21 <ul id="__tagembed__theme"></ul>
22 </div>
23 </div>
24 </div>
25 <?php endif; ?>
26 <?php include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/footerView.php'; ?>