astra_woo_shop_product_short_description()

Product short description


Description


Source

File: inc/compatibility/woocommerce/woocommerce-common-functions.php

	function astra_woo_shop_product_short_description() {
		?>
		<?php if ( has_excerpt() ) { ?>
		<div class="ast-woo-shop-product-description">
			<?php the_excerpt(); ?>
		</div>
	<?php } ?>
		<?php
	}

Changelog

Changelog
Version Description
1.1.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.