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);