✏️ 正在编辑: wc-content-wrapper.php
路径:
/home/qyel0117/public_html/wp-content/themes/oceanwp/woocommerce/wc-content-wrapper.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * After Container template. * * @package OceanWP WordPress theme */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php do_action( 'ocean_before_content_wrap' ); ?> <div id="content-wrap" class="container clr"> <?php do_action( 'ocean_before_primary' ); ?> <div id="primary" class="content-area clr"> <?php do_action( 'ocean_before_content' ); ?> <div id="content" class="clr site-content"> <?php do_action( 'ocean_before_content_inner' ); ?> <article class="entry-content entry clr">
💾 保存文件
← 返回文件管理器