esc_url doesnt like .cloud address?
-
First of all I am sorry if this is the wrong place to post this, this is my first post.
So I have this strange situation where esc_url doesn’t appear to like a .cloud address, I have written some custom code which pulls an attribute from an order and adds this link to customer-note.php, I am leveraging esc_url.
echo '<li><strong>' . esc_html( $key ) . ':</strong> <a href="' . esc_url( $value ) . '" target="_blank">' . esc_url( $value ) . '</a></li>';
This has been working great but yesterday I switched from using .net to a .cloud address and the customer note fails to send without any errors that I can observe… I switch back to a .net address and it works just fine, has anyone seen this before?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.