PluginProbe
Social Share for WooCommerce / trunk
Social Share for WooCommerce vtrunk
1.2.23 trunk 1.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.6.1 1.1.6.2 1.1.7 1.2.0 1.2.1 1.2.1.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.15.1 1.2.16 All 41 releases
product-share / includes / compatibility.php

compatibility.php in Social Share for WooCommerce trunk, at includes/compatibility.php

14 lines 331 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }