wickywills
6/13/2018 - 12:19 PM

Telephone number formatting

Useful for creating links with telephone numbers with values from Wordpress ACF

$telephone_number            = get_field('telephone_number', 'options');
$telephone_number_stripped   = preg_replace('/\D+/', '', $telephone_number);