Changeset 2396605
- Timestamp:
- 10/09/2020 11:24:24 AM (5 years ago)
- Location:
- smsfly
- Files:
-
- 2 edited
-
tags/1.1/includes/functions.php (modified) (2 diffs)
-
trunk/includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smsfly/tags/1.1/includes/functions.php
r2386977 r2396605 186 186 $SF->sfSendSms($setting); 187 187 } 188 add_action( 'woocommerce_ thankyou', 'smsfly_new_order');188 add_action( 'woocommerce_checkout_order_processed', 'smsfly_new_order'); 189 189 } 190 190 … … 206 206 $SF->sfSendSms($setting); 207 207 } 208 add_action( 'woocommerce_ thankyou', 'smsfly_new_order_client');208 add_action( 'woocommerce_checkout_order_processed', 'smsfly_new_order_client'); 209 209 } 210 210 -
smsfly/trunk/includes/functions.php
r2386956 r2396605 186 186 $SF->sfSendSms($setting); 187 187 } 188 add_action( 'woocommerce_ thankyou', 'smsfly_new_order');188 add_action( 'woocommerce_checkout_order_processed', 'smsfly_new_order'); 189 189 } 190 190 … … 206 206 $SF->sfSendSms($setting); 207 207 } 208 add_action( 'woocommerce_ thankyou', 'smsfly_new_order_client');208 add_action( 'woocommerce_checkout_order_processed', 'smsfly_new_order_client'); 209 209 } 210 210
Note: See TracChangeset
for help on using the changeset viewer.