woocommerce_template_single_sharing()WC 1.0

Output the product sharing.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_single_sharing();

woocommerce_template_single_sharing() code WC 8.6.1

function woocommerce_template_single_sharing() {
	wc_get_template( 'single-product/share.php' );
}