Changeset 2649937
- Timestamp:
- 12/28/2021 11:36:40 AM (4 years ago)
- Location:
- time-express/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
utils/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
time-express/trunk/readme.txt
r2599763 r2649937 3 3 Tags: timexpress, woocommerce, shipping 4 4 Requires at least: 4.0 5 Tested up to: 5.8. 15 Tested up to: 5.8.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
time-express/trunk/utils/functions.php
r2595616 r2649937 213 213 214 214 215 //$to ='laiji.timexpress@gmail.com';215 $admin_email= get_option( 'admin_email' ); 216 216 $items=""; 217 217 … … 254 254 $headers .= 'From: <no-reply@timexpress.ae>' . "\r\n"; 255 255 $headers .= 'Cc: woocommerce@timexpress.ae' . "\r\n"; 256 $timexpress_add= "laiji.timexpress@gmail.com";256 $timexpress_add=$admin_email; 257 257 258 258 $customer_mail_status=wp_mail($to,$subject,$customer_message,$headers);
Note: See TracChangeset
for help on using the changeset viewer.