PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 7.8
Tagembed: Social Media Feeds and Customer Reviews Widget v7.8
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
← All changes | views/theme/themeView.php +23 -20 4.07.8 View file →
@@ -1,23 +1,26 @@
1 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-theme-js', TAGEMBED_PLUGIN_URL . '/assets/js/theme/tagembed.theme.script.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true);
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);
5 8 /* Lazy Loader Script */
6 -wp_enqueue_script('__script-lazy-loading-js', TAGEMBED_PLUGIN_URL . '/assets/js/lazyload.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true);
7 -if (!empty($__tagembed__widgets)):
8 - ?>
9 - <div id="__tagembed__choosetheme" class="__tagembed__tabcontent">
10 - <div class="__tagembed__sourcerow">
11 - <div class="__tagembed__tabheading">
12 - <h3>Select Any Layout</h3>
13 - <span>Note: Select any layout of your choice.</span>
14 - </div>
15 - </div>
16 - <div class="__tagembed__sourcerow">
17 - <div class="__tagembed__layoutarea">
18 - <ul id="__tagembed__theme"></ul>
19 - </div>
20 - </div>
21 - </div>
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>
22 25 <?php endif; ?>
23 -<?php include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/footerView.php"; ?>
26 +<?php include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/footerView.php'; ?>