PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/eastfin/wp-content/themes/kingdom/woocommerce/single-product/tabs/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/eastfin/wp-content/themes/kingdom/woocommerce/single-product/tabs/description.php |
<?php /** * Description tab * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $woocommerce, $post, $kingdom; if( isset($kingdom->coreFunctions->settings['layout']["enable_product_description_tab"]) && $kingdom->coreFunctions->settings['layout']["enable_product_description_tab"] == 'true' ){ $heading = apply_filters( 'woocommerce_product_description_heading', esc_html__( 'Product Description', 'woocommerce' ) ); ?> <?php the_content(); ?> <?php } ?>