File manager - Edit - /home/palg2351/public_html/wp-content/plugins/bit-integrations/includes/Actions/Moosend/MoosendHelper.php
Back
<?php /** * Moosend Record Api */ namespace BitCode\FI\Actions\Moosend; /** * Provide functionality for Record Subscribe , Unsubscribe, Unsubscribe from list */ class MoosendHelper { public static function formatPhoneNumber($field) { if (!preg_match('/^\+?[0-9\s\-\(\)]+$/', $field)) { return $field; } $leadingPlus = $field[0] === '+' ? '+' : ''; $cleanedNumber = preg_replace('/[^\d]/', '', $field); $formattedDigits = trim(chunk_split($cleanedNumber, 3, ' ')); return $leadingPlus . $formattedDigits; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 1.16 |
proxy
|
phpinfo
|
Settings