| @@ -1,10 +1,13 @@ | ||
| 1 | 1 | <?php |
| 2 | +if (!defined('ABSPATH')) : | |
| 3 | + exit; | |
| 4 | +endif; | |
| 2 | 5 | include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headView.php'; |
| 3 | 6 | 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); | |
| 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); | |
| 9 | +wp_enqueue_script('__tagembed__script-lazy-loading-js', TAGEMBED_PLUGIN_URL . '/assets/js/lazyload.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true); | |
| 7 | 10 | if (!empty($__tagembed__widgets)) : |
| 8 | 11 | ?> |
| 9 | 12 | <div id="__tagembed__choosetheme" class="__tagembed__tabcontent"> |
| 10 | 13 | <div class="__tagembed__sourcerow"> |