File "frontend.js.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/subscribe-form/includes/frontend.js.php
File size: 116 bytes
MIME-type: --
Charset: utf-8

(function($) {

	$(function() {
	
		new FLBuilderSubscribeForm({
			id: '<?php echo $id ?>'
		});
	});
	
})(jQuery);