OwlCyberSecurity - MANAGER
Edit File: title.php
<?php /** * Single Product title * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <div class="entry-header"> <div class="beta entry__title title-lap" itemprop="name"><?php the_title(); ?></div> </div> <hr class="separator separator--dotted" />