woocommerce_template_single_meta()WC 1.0

Output the product meta.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

woocommerce_template_single_meta();

Код woocommerce_template_single_meta() WC 8.7.0

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