woocommerce/templates/single-product/share.php

9 lines
200 B
PHP

<?php
/**
* Single Product Share
*
* Sharing plugins can hook into here or you can add your own code directly.
*/
?>
<?php do_action('woocommerce_share'); // Sharing plugins can hook into here ?>