Changeset 2505880
- Timestamp:
- 03/30/2021 11:04:44 AM (5 years ago)
- Location:
- wootomation/trunk
- Files:
-
- 2 edited
-
includes/class-train.php (modified) (2 diffs)
-
wootomation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wootomation/trunk/includes/class-train.php
r2505831 r2505880 84 84 85 85 function process_orders($page = 1, $total_pages = 1){ 86 Wootomation_Train::process_orders_prepare($page, $total_pages);87 return true;88 }89 90 static function process_orders_prepare($page = 1, $total_pages = 1){91 86 global $wpdb; 92 87 $post_status = implode("','", array('wc-processing', 'wc-completed', 'wc-on-hold', 'wc-pending') ); … … 127 122 } 128 123 } 124 return true; 129 125 } 130 126 -
wootomation/trunk/wootomation.php
r2505831 r2505880 4 4 * Plugin URI: https://wpharvest.com/ 5 5 * Description: 🤖 Increase the sales of your WooCommerce shop by suggesting the right products to your customers, with the help of Machine Learning Artificial Intelligence. To take advantage of its power, just install and activate, it works out of the box. 6 * Version: 2.0. 07 * Stable tag: 2.0. 06 * Version: 2.0.1 7 * Stable tag: 2.0.1 8 8 * Author: Dragos Micu 9 9 * Author URI: https://wpharvest.com/
Note: See TracChangeset
for help on using the changeset viewer.