Change schema url for site
-
Hi!
I’m working on my project with such structure.
https://site.com – lang 1 version
https://site.com/lang2/
https://site.com/lang3/
https://site.org – lang version on custom domainThis is single wp instance not multisite.
I cant find a way to change url for schema at version for site with additional domain.Is there any chance to modify url in schema from https://site.com/lang4/ to https://site.org in functions.php?
Something like
function change_schema() {
if ($lang == ‘lang4’) {
stuff to replace url in schema
}
return $url;}
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change schema url for site’ is closed to new replies.