Reply To: can't activate website with ë in the name


Home Forums Front End PM PRO can't activate website with ë in the name Reply To: can't activate website with ë in the name

#2206
Think About
Participant

No error in my logs, your function does an empty return, that’s why i get a white page.
Can you configure our domain like this? https://xn--horeca-belgi-dfb.be

// Make sure there are no errors
if ( is_wp_error( $response ) || 200 !== wp_remote_retrieve_response_code( $response ) ) {
return;
}