Plugin Directory

Changeset 2649937


Ignore:
Timestamp:
12/28/2021 11:36:40 AM (4 years ago)
Author:
laijis
Message:

version 1.0.6

Location:
time-express/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • time-express/trunk/readme.txt

    r2599763 r2649937  
    33Tags: timexpress, woocommerce, shipping
    44Requires at least: 4.0
    5 Tested up to: 5.8.1
     5Tested up to: 5.8.2
    66Requires PHP: 7.0
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • time-express/trunk/utils/functions.php

    r2595616 r2649937  
    213213
    214214     
    215         //$to ='laiji.timexpress@gmail.com';
     215        $admin_email= get_option( 'admin_email' );
    216216        $items="";
    217217       
     
    254254       $headers .= 'From: <no-reply@timexpress.ae>' . "\r\n";
    255255        $headers .= 'Cc: woocommerce@timexpress.ae' . "\r\n";
    256         $timexpress_add="laiji.timexpress@gmail.com";
     256        $timexpress_add=$admin_email;
    257257
    258258        $customer_mail_status=wp_mail($to,$subject,$customer_message,$headers);
Note: See TracChangeset for help on using the changeset viewer.