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
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.1.0 | Introduced. |