File "frontend.js.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/contact-form/includes/frontend.js.php
File size: 114 bytes
MIME-type: --
Charset: utf-8
(function($) {
$(function() {
new FLBuilderContactForm({
id: '<?php echo $id ?>'
});
});
})(jQuery);