Plugin Directory

Changeset 2422012


Ignore:
Timestamp:
11/20/2020 04:32:59 AM (5 years ago)
Author:
nor1m
Message:

Phone mask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qr-payments-via-paypal/trunk/includes/class-npqp-country-code.php

    r2422010 r2422012  
    44    public function getCountryCode($phone){
    55       $country_code = $this->getCountryCodeArr($phone);
    6         npqpDebug( [
    7             $phone,
    8             $country_code,
    9             $this->getCountryCodeApi($phone)
    10         ], 1 );
    116       return $country_code;
    127    }
Note: See TracChangeset for help on using the changeset viewer.