Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/title.php.tar

home/xbodynamge/lebauwcentre/wp-content/themes/customify/woocommerce/single-product/title.php000064400000000667151143066570027047 0ustar00<?php
/**
 * Single Product title
 *
 * @see        https://docs.woocommerce.com/document/template-structure/
 * @author     WooThemes
 * @package    WooCommerce/Templates
 * @version    1.6.4
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

echo '<div class="product_title-wrapper">';
the_title( '<h1 class="product_title entry-title">', '</h1>' );
do_action( 'wc_after_single_product_title' );
echo '</div>';