PluginProbe
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits / 3.1.2
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits v3.1.2
3.2.2 3.2.3 3.2.1 3.2.0 3.1.9 3.1.8 3.1.7 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.9 trunk 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.3 1.1.4 1.1.5 All 174 releases
master-addons / inc / admin / templates / editor / template-modal-insert-button.php

template-modal-insert-button.php in Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits 3.1.2, at inc/admin/templates/editor/template-modal-insert-button.php

29 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Template Insert Button
4 */
5 if (!defined('ABSPATH')) {
6 exit; // Exit if accessed directly
7 }
8 ?>
9 <# if ( '' !=url ) { #>
10 <a class="template-library-live-preview jltma-live-preview-link" href="{{{ url }}}" target="_blank" style="text-transform: capitalize; font-weight: 400;">
11 <i class="eicon-editor-external-link" aria-hidden="true"></i>
12 <?php esc_html_e('Live Preview', 'master-addons' ); ?>
13 </a>
14 <# } #>
15
16 <# if ( 'valid'===window.MasterAddonsData.license.status || ! pro ) { #>
17 <a class="elementor-template-library-template-action ma-el-template-insert elementor-button">
18 <i class="eicon-file-download"></i>
19 <span class="elementor-button-title">
20 <?php echo esc_html__('Insert', 'master-addons' ); ?>
21 </span>
22 </a>
23 <# } else { #>
24 <a class="template-library-activate-license elementor-button elementor-button-go-pro" href="{{{ window.MasterAddonsData.license.activateLink }}}" target="_blank">
25 <i class="eicon-editor-external-link" aria-hidden="true"></i>
26 {{{ window.MasterAddonsData.license.proMessage }}}
27 </a>
28 <# } #>
29