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