Sitemap hooks not working
-
HI,
I’m trying to modify the sitemap XML tags through the hook?rank_math/sitemap/index
It doesn’t work.
I tried also?rank_math/sitemap/entry
I regenerate the sitemap by changing the links per sitemap and hit save.
Nothing changed !!function modify_sitemap($xml) {
//modification code here
}
add_filter(‘rank_math/sitemap/entry’, ‘modify_sitemap’);
What is the proper hook to change the sitemap?
Regards,
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sitemap hooks not working’ is closed to new replies.