File "frontend.js.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/accordion/includes/frontend.js.php
File size: 216 bytes
MIME-type: --
Charset: utf-8
(function($) {
$(function() {
new FLBuilderAccordion({
id: '<?php echo $id ?>',
defaultItem: <?php echo (isset($settings->open_first) && $settings->open_first) ? '1' : 'false'; ?>
});
});
})(jQuery);