Changeset 2368453
- Timestamp:
- 08/25/2020 08:26:08 AM (6 years ago)
- Location:
- snap-pixel/trunk
- Files:
-
- 3 edited
-
includes/function.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
snapchat-pixel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
snap-pixel/trunk/includes/function.php
r2362528 r2368453 110 110 $producted_id = ""; 111 111 $product_id = $post->ID; 112 $_product = wc_get_product($product_id); 113 if( $post && $_product && is_product() ){ 114 $producted_id = $_product->get_id(); 115 } 112 if(function_exists('wc_get_product')){ 113 $_product = wc_get_product($product_id); 114 if( $post && $_product && is_product() ){ 115 $producted_id = $_product->get_id(); 116 } 117 } 118 116 119 ?> 117 120 <script type='text/javascript'> -
snap-pixel/trunk/readme.txt
r2362527 r2368453 1 1 === Snap Pixel === 2 2 Contributors: creativehassan,mustaneerabdullah93,muzammilahsan 3 Author URI: https:// www.addonsvalley.com/4 Plugin URI: https://w ww.addonsvalley.com/3 Author URI: https://creativehassan.com 4 Plugin URI: https://wordpress.org/plugins/snap-pixel 5 5 Donate link: https://paypal.me/coresol 6 6 Tags: snapchat, snap pixel, snapchat pixel … … 8 8 Tested up to: 5.5 9 9 Requires PHP: 5.6 10 Stable tag: 1.5. 310 Stable tag: 1.5.4 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 = 1.5.3 = 91 91 * Product ID is added in PAGE_VIEW and improved the product details for pixel 92 = 1.5.4 = 93 * Fatal Error removed for undefined function -
snap-pixel/trunk/snapchat-pixel.php
r2362527 r2368453 4 4 * Plugin URI: https://wordpress.org/plugins/snap-pixel 5 5 * Description: Snapchat (Snap Pixel) to measure the cross-device impact of campaigns. It is best suited for your direct response goals, such as driving leads, Subscriptions, or product sales. 6 * Version: 1.5. 36 * Version: 1.5.4 7 7 * Author: Hassan Ali 8 * Author URI: https:// hassanali.pro8 * Author URI: https://creativehassan.com 9 9 * License: GPL-2.0+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.