| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/title.php.tar |
home/xbodynamge/lebauwcentre/wp-content/themes/customify/woocommerce/single-product/title.php 0000644 00000000667 15114306657 0027047 0 ustar 00 <?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>';