File "post_shortcodes.tpl.php"

Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php
File size: 353 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

$custom_tag = 'script'; // TODO: Update response to ajax array
?>
<<?php echo esc_attr( $custom_tag ); ?>>
	window.vc_post_shortcodes = JSON.parse( decodeURIComponent( ("<?php echo rawurlencode( wp_json_encode( $editor->post_shortcodes ) ); ?>" + '') ) );
</<?php echo esc_attr( $custom_tag ); ?>>