File Editor
Directories:
.. (Back)
Files:
description.php
tabs.php
Create New File
Create
Edit File: description.php
<?php /** * Description tab * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $post; $heading = esc_html( apply_filters( 'woocommerce_product_description_heading', __( 'Product Description', 'peony' ) ) ); ?> <?php if ( $heading ): ?> <h3><?php echo $heading; ?></h3> <?php endif; ?> <?php the_content(); ?>
Save Changes
Rename File
Rename