woocommerce_template_single_meta()WC 1.0

Output the product meta.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_single_meta();

woocommerce_template_single_meta() code WC 8.6.1

function woocommerce_template_single_meta() {
	wc_get_template( 'single-product/meta.php' );
}