Hi dear friends,
dealer for ResellerClub. automated domain name registration error:
This is because the character error. I want to hook. change the character registers while.
I have tried the following codes did not work. Why is that?
Please give me sample hook code?
Regards,
Sorry for my bad english.
dealer for ResellerClub. automated domain name registration error:
Code:
name is invalid , adress is invalid, etc...
I have tried the following codes did not work. Why is that?
Code:
function hook_transliterate($string) {
$string = str_replace("","z",$string);
$string = str_replace("é","e",$string);
return $string;
}
add_hook("PreDomainRegister",1,"hook_transliterate");
Regards,
Sorry for my bad english.