PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
themes
/
Avada
/
woocommerce
/
single-product
/
tabs
<?php /** * Description tab * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $woocommerce, $post; $heading = esc_html( apply_filters( 'woocommerce_product_description_heading', esc_html__( 'Description', 'woocommerce' ) ) ); ?> <div class="post-content"> <?php if ( $heading ): ?> <h3><?php echo $heading; ?></h3> <?php endif; ?> <?php the_content(); ?> </div>
[+]
..
[-] additional-information.php
[edit]
[-] description.php
[edit]