Changeset 2649598
- Timestamp:
- 12/27/2021 05:50:09 PM (4 years ago)
- Location:
- raccoon-platform/trunk
- Files:
-
- 3 edited
-
Raccoon-platform.php (modified) (1 diff)
-
Readme.txt (modified) (1 diff)
-
include/ingest_session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raccoon-platform/trunk/Raccoon-platform.php
r2638113 r2649598 8 8 * Plugin URI: https://raccoonplatform.com 9 9 * Description: More informed customers reflect more sales. Here are the features you get from using Raccoon. 10 * Version: 4.6.010 * Version: 5.0.0 11 11 * License: GPLv2 or Later 12 12 * Text Domain: Raccoon-Platform -
raccoon-platform/trunk/Readme.txt
r2638124 r2649598 5 5 Requires at least: 3.1 6 6 Tested up to: 5.8.2 7 Stable tag: 4.6.07 Stable tag: 5.0.0 8 8 Requires PHP: 7.0 9 9 License: GPLv3 or later -
raccoon-platform/trunk/include/ingest_session.php
r2638113 r2649598 4 4 public function ingest_session() 5 5 { 6 add_action('woocommerce_single_product_summary', array($this, 'callApiSession'));6 // add_action('woocommerce_single_product_summary', array($this, 'callApiSession')); 7 7 add_action('woocommerce_thankyou',array($this, 'callApiSession')); 8 8 }
Note: See TracChangeset
for help on using the changeset viewer.