| Current Path : /home/ereika83/www/wp-content/plugins/bbpowerpack/modules/pp-coupon/includes/ |
| Current File : /home/ereika83/www/wp-content/plugins/bbpowerpack/modules/pp-coupon/includes/frontend.js.php |
var $str = "<?php echo htmlspecialchars( $settings->coupon_code ); ?>";
;(function($) {
new PPCoupon({
id: '<?php echo $id; ?>',
coupon_style: '<?php echo $settings->coupon_style; ?>',
coupon_code: $str,
});
})(jQuery);