woocommerce_template_single_price()WC 1.0

Output the product price.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_single_price();

woocommerce_template_single_price() code WC 8.7.0

function woocommerce_template_single_price() {
	wc_get_template( 'single-product/price.php' );
}