Changeset 2362528
- Timestamp:
- 08/16/2020 07:29:46 PM (6 years ago)
- Location:
- snap-pixel
- Files:
-
- 2 edited
-
tags/1.5.3/includes/function.php (modified) (1 diff)
-
trunk/includes/function.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
snap-pixel/tags/1.5.3/includes/function.php
r2362527 r2362528 113 113 if( $post && $_product && is_product() ){ 114 114 $producted_id = $_product->get_id(); 115 echo $producted_id;116 115 } 117 116 ?> -
snap-pixel/trunk/includes/function.php
r2362527 r2362528 113 113 if( $post && $_product && is_product() ){ 114 114 $producted_id = $_product->get_id(); 115 echo $producted_id;116 115 } 117 116 ?>
Note: See TracChangeset
for help on using the changeset viewer.