woocommerce/templates/loop/title.php

16 lines
222 B
PHP
Raw Normal View History

<?php
/**
* Single Product title
*
* @author WooThemes
* @package WooCommerce/Templates
2015-07-20 17:12:41 +00:00
* @version 2.3.14
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<h3><?php the_title(); ?></h3>