Plugin Directory

Changeset 2646972


Ignore:
Timestamp:
12/20/2021 08:44:18 PM (4 years ago)
Author:
proofratings
Message:

version 1.0.6

Location:
proofratings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • proofratings/tags/1.0.6/inc/class-proofratings-settings.php

    r2646965 r2646972  
    7878
    7979        $sendto = 'jonathan@proofratings.com';
    80         $sendto = 'repon.kushtia@gmail.com';
    81 
    8280        get_proofratings()->registration();     
    8381        if (!wp_mail( $sendto, 'New Account Signup Request', $content, $headers) ) {
     
    154152
    155153        $sendto = 'jonathan@proofratings.com';
    156         $sendto = 'repon.kushtia@gmail.com';
    157154       
    158155        if (!wp_mail( $sendto, $name . ' - New location add request', $message, $headers) ) {
  • proofratings/trunk/inc/class-proofratings-settings.php

    r2646965 r2646972  
    7878
    7979        $sendto = 'jonathan@proofratings.com';
    80         $sendto = 'repon.kushtia@gmail.com';
    81 
    8280        get_proofratings()->registration();     
    8381        if (!wp_mail( $sendto, 'New Account Signup Request', $content, $headers) ) {
     
    154152
    155153        $sendto = 'jonathan@proofratings.com';
    156         $sendto = 'repon.kushtia@gmail.com';
    157154       
    158155        if (!wp_mail( $sendto, $name . ' - New location add request', $message, $headers) ) {
Note: See TracChangeset for help on using the changeset viewer.