woocommerce_template_single_sharing() WC 1.0
Output the product sharing.
Хуков нет.
Возвращает
Null. Ничего.
Использование
woocommerce_template_single_sharing();
Код woocommerce_template_single_sharing() woocommerce template single sharing WC 5.0.0
function woocommerce_template_single_sharing() {
wc_get_template( 'single-product/share.php' );
}