Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/gg.corals.io/wp-content/plugins/trx_addons/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/gg.corals.io/wp-content/plugins/trx_addons/templates/tpe.sc_links.php
<?php
/**
 * Template to display shortcode's link in the Elementor preview area
 *
 * Written as a Backbone JavaScript template and used to generate the live preview.
 *
 * @package WordPress
 * @subpackage ThemeREX Addons
 * @since v1.6.41
 */
extract(get_query_var('trx_addons_args_sc_show_links'));
?><#

// Default values
settings = trx_addons_array_merge({
									'link_image':	{ 'url': '' }
									}, settings);

var title_align = settings.title_align ? ' sc_align_'+settings.title_align : '';

if (typeof settings.link_image != 'undefined' && settings.link_image.url != '') {
	#><div class="<?php echo esc_attr($sc); ?>_button_image sc_item_button_image{{ title_align }}"><#
		if (settings.link.url != '') {
			#><a href="{{ settings.link.url }}"<# if (settings.link.is_external == 'on') print(' target="_blank"'); #>><#
		}
		#><img src="{{ settings.link_image.url }}" alt="<?php esc_attr_e("Button's image", 'trx_addons'); ?>"><#
		if (settings.link.url != '') {
			#></a><#
		}
	#></div><#
} else if (settings.link.url != '' && settings.link_text !='') {
	#><?php	$element->sc_show_button($sc); ?><#
}
#>

Spamworldpro Mini