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