File "additionalmainAdminShowOnOptions.php"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woo-product-filter/modules/promo/views/tpl/additionalmainAdminShowOnOptions.php
File size: 854 bytes
MIME-type: text/x-php
Charset: utf-8

<?php 
$str = esc_attr__('Show when user tries to exit from your site.', 'woo-product-filter') . '<a target="_blank" href="' . esc_url('https://' . WPF_WP_PLUGIN_URL . '/exit-popup/?utm_source=plugin&utm_medium=onexit&utm_campaign=popup') . '" class="wupsales-wc-hidden">' . esc_attr__('Check example', 'woo-product-filter') . '</a>'; 
?>

<label class="woobewoo-tooltip-right" title="<?php echo esc_attr($str); ?>">
	<a target="_blank" href="<?php echo esc_url($this->promoLink); ?>" class="sup-promolink-input">
		<?php 
			HtmlWpf::radiobutton('promo_show_on_opt', array(
				'value' => 'on_exit_promo',
				'checked' => false,
			));
			?>
		<?php esc_html_e('On Exit from Site', 'woo-product-filter'); ?>
	</a>
	<a target="_blank" href="<?php echo esc_url($this->promoLink); ?>"><?php esc_html_e('Available in PRO'); ?></a>
</label>