| 1 |
<?php |
| 2 |
|
| 3 |
defined( 'ABSPATH' ) or die( 'Keep Silent' ); |
| 4 |
|
| 5 |
/** |
| 6 |
* You can aslo call `$this` because it is included inside the class-product-share-front.php file |
| 7 |
*/ |
| 8 |
|
| 9 |
if( function_exists( 'yith_wcqv_init' ) ){ |
| 10 |
|
| 11 |
// YITH Quick View Plugin Support |
| 12 |
add_action( 'yith_wcqv_product_summary', array( $this, 'display_share_link' ), 31 ); |
| 13 |
|
| 14 |
} |