PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
woocommerce
/
single-product
<?php /** * Single product short description * * @author Automattic * @package WooCommerce/Templates * @version 3.3.0 * @flatsome-version 3.16.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } global $post; $short_description = apply_filters( 'woocommerce_short_description', $post->post_excerpt ); if ( ! $short_description ) { return; } ?> <div class="product-short-description"> <?php echo $short_description; // WPCS: XSS ok. ?> </div>
[-] short-description.php
[edit]
[-] product-image-default.php
[edit]
[-] product-image-wide.php
[edit]
[-] up-sells.php
[edit]
[+]
headers
[-] photoswipe.php
[edit]
[-] review.php
[edit]
[-] product-gallery-thumbnails.php
[edit]
[-] related.php
[edit]
[+]
layouts
[-] price.php
[edit]
[-] title.php
[edit]
[-] product-image-vertical.php
[edit]
[-] rating.php
[edit]
[+]
tabs
[-] sale-flash.php
[edit]
[-] product-image-stacked.php
[edit]
[-] filter-button.php
[edit]
[-] product-image.php
[edit]
[-] share.php
[edit]
[-] product-thumbnails.php
[edit]
[+]
..