File "frontend_template.tpl.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php
File size: 516 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
?>
<div id="vc_template-html">
<?php
/** @var $editor Vc_Frontend_Editor */
?>
<?php echo apply_filters( 'vc_frontend_template_the_content', $editor->parseShortcodesString( $editor->getTemplateContent() ) ); ?>
<div data-type="files">
<?php
_print_styles();
print_head_scripts();
print_late_styles();
print_footer_scripts();
?>
</div>
</div>
<div
id="vc_template-data"><?php echo esc_html( json_encode( $editor->post_shortcodes ) ); ?></div>