Answer the question
In order to leave comments, you need to log in
How to hide the title if the description field is empty?
How to hide section-title when nothing is added in the product overview?
<div class="woocommerce-product__tab-item woocommerce-product__review">
<h3 class="section-title"><?php pll_e('Огляд'); ?></h3>
<?php echo the_content(); ?>
</div>
Answer the question
In order to leave comments, you need to log in
if ( !empty( get_the_content() ) ) { ?>
<h3 class="section-title"><?php pll_e('Огляд'); ?></h3>
<?php echo the_content(); ?>
<?php }
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question