woocommerce_template_loop_price()WC 1.0

Get the product price for the loop.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_loop_price();

woocommerce_template_loop_price() code WC 8.7.0

function woocommerce_template_loop_price() {
	wc_get_template( 'loop/price.php' );
}