Changeset 2433514
- Timestamp:
- 12/07/2020 08:01:02 PM (5 years ago)
- Location:
- snap-pixel-for-woocommerce/trunk
- Files:
-
- 1 deleted
- 1 edited
-
banner-772x250.png (deleted)
-
src/modules/snap-pixel/includes/function.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
snap-pixel-for-woocommerce/trunk/src/modules/snap-pixel/includes/function.php
r2417365 r2433514 245 245 <!-- VIEW_CONTENT Snap Pixel Event --> 246 246 <script> 247 snaptr('track', 'VIEW_CONTENT'); 247 snaptr('track', 'VIEW_CONTENT', { 248 item_ids: [ <?php echo wc_get_product()->id; ?> ] 249 }); 248 250 </script> 249 251 <!-- /VIEW_CONTENT Snap Pixel Event -->
Note: See TracChangeset
for help on using the changeset viewer.