woocommerce_template_single_sharing()
Output the product sharing.
No Hooks.
Returns
null
. Nothing (null).
Usage
woocommerce_template_single_sharing();
woocommerce_template_single_sharing() woocommerce template single sharing code WC 9.8.5
function woocommerce_template_single_sharing() { wc_get_template( 'single-product/share.php' ); }