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