Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
post-date
/
wp-content
/
plugins
/
js_composer
/
include
/
templates
/
editors
:
vc_ui-template-preview.tpl.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } if ( ! defined( 'VC_IS_TEMPLATE_PREVIEW' ) ) { define( 'VC_IS_TEMPLATE_PREVIEW', true ); } add_action( 'admin_enqueue_scripts', array( vc_backend_editor(), 'enqueueEditorScripts' ) ); add_action( 'admin_enqueue_scripts', array( wpbakery()->templatesPanelEditor(), 'enqueuePreviewScripts' ) ); add_filter( 'admin_body_class', array( wpbakery()->templatesPanelEditor(), 'addBodyClassTemplatePreview' ) ); do_action( 'vc-render-templates-preview-template' ); global $menu, $submenu, $parent_file, $post_ID, $post, $post_type; $post_ID = $editorPost->ID; $post_type = $editorPost->post_type; $post_title = trim( $editorPost->post_title ); $nonce_action = $nonce_action = 'update-post_' . $post_ID; $user_ID = isset( $current_user ) && isset( $current_user->ID ) ? (int) $current_user->ID : 0; $form_action = 'editpost'; $menu = array(); remove_action( 'wp_head', 'print_emoji_detection_script' ); remove_action( 'wp_print_styles', 'print_emoji_styles' ); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'admin_print_styles', 'print_emoji_styles' ); add_thickbox(); wp_enqueue_script( 'vc_editors-templates-preview-js' ); wp_enqueue_media( array( 'post' => $post_ID ) ); wpbakery()->templatesPanelEditor()->registerPreviewScripts(); require_once ABSPATH . 'wp-admin/admin-header.php'; $custom_tag = 'script'; $first_tag = 'style'; ?> <<?php echo esc_attr( $custom_tag ); ?>> window.vc_user_mapper = <?php echo wp_json_encode( WPBMap::getUserShortCodes() ); ?>; window.vc_mapper = <?php echo wp_json_encode( WPBMap::getShortCodes() ); ?>; window.vc_roles = []; window.vcAdminNonce = '<?php echo esc_js( vc_generate_nonce( 'vc-admin-nonce' ) ); ?>'; window.vc_post_id = <?php echo esc_js( $post_ID ); ?>; </<?php echo esc_attr( $custom_tag ); ?>> <<?php echo esc_attr( $first_tag ); ?>> #screen-meta, #adminmenumain, .notice, #wpfooter, #message, .updated { display: none !important; } #wpcontent { margin-left: 0 !important; padding-left: 0 !important; } .vc_not-remove-overlay { position: fixed !important; width: 100%; height: 100%; z-index: 199999999; } html { overflow: hidden; background: transparent; } </<?php echo esc_attr( $first_tag ); ?>> <div class="vc_not-remove-overlay"></div> <div class="vc_ui-template-preview"> <textarea id="content" style="display: none;"> <?php // @codingStandardsIgnoreLine print $content; ?> </textarea> <div id="wpb_wpbakery" class="postbox " style="display: block;"> <div class="inside"> <div class="metabox-composer-content"> <div id="wpbakery_content" class="wpb_main_sortable main_wrapper ui-sortable ui-droppable"></div> <div id="vc_no-content-helper" class="vc_welcome"></div> </div> <input type="hidden" name="vc_js_composer_group_access_show_rule" class="vc_js_composer_group_access_show_rule" value="all"> <input type="hidden" id="wpb_vc_js_status" name="wpb_vc_js_status" value="true"> <input type="hidden" id="wpb_vc_loading" name="wpb_vc_loading" value="Loading, please wait..."> <input type="hidden" id="wpb_vc_loading_row" name="wpb_vc_loading_row" value="Crunching..."> </div> <input type="hidden" id="wpb_vc_loading" name="wpb_vc_loading" value="<?php esc_attr_e( 'Loading, please wait...', 'js_composer' ); ?>"/> <input type="hidden" id="wpb_vc_loading_row" name="wpb_vc_loading_row" value="<?php esc_attr_e( 'Crunching...', 'js_composer' ); ?>"/> </div> <?php add_filter( 'vc_role_access_with_backend_editor_get_state', '__return_true' ); vc_include_template( 'editors/partials/access-manager-js.tpl.php' ); vc_include_template( 'editors/partials/backend-shortcodes-templates.tpl.php' ); do_action( 'vc_ui-template-preview' ); require_once ABSPATH . 'wp-admin/admin-footer.php';