woocommerce_template_loop_price()
Get the product price for the loop.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_template_loop_price();
woocommerce_template_loop_price() woocommerce template loop price code WC 10.8.1
function woocommerce_template_loop_price() {
wc_get_template( 'loop/price.php' );
}