✏️ 正在编辑: off-canvas-preview.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/templates/off-canvas-preview.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Template used for pages. * * @package Avada * @subpackage Templates */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } ?> <?php get_header(); ?> <section id="content" <?php ( class_exists( 'Avada' ) ? Avada()->layout->add_style( 'content_style' ) : '' ); ?>> <div class="post-content"> <?php $dummy_post = Fusion_Dummy_Post::get_dummy_post(); echo do_shortcode( $dummy_post->post_content ); do_action( 'awb_off_canvas_preview_content' ); ?> </div> </section> <?php do_action( 'avada_after_content' ); ?> <?php get_footer();
💾 保存文件
← 返回文件管理器