woocommerce/templates/single-product/title.php

16 lines
292 B
PHP
Raw Normal View History

2012-05-26 16:25:07 +00:00
<?php
/**
2012-08-14 18:05:45 +00:00
* Single Product title
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.4.0
2012-05-26 16:25:07 +00:00
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
2012-05-26 16:25:07 +00:00
?>
<h1 itemprop="name" class="product_title entry-title"><?php echo esc_html( get_the_title() ); ?></h1>