#5383 - Remove Google Sitemaps pinging and use hooks for ping services
0 guests and 0 members have recently viewed this.
The top 3 point earners from 17th May 2026 to 24th May 2026.
| Gabri |
|
|
|---|---|---|
| Adam Edington |
|
|
| jacobgkau |
|
|
There are no events at this time
I also saw the potential for sitemap pinging to use hooks. Therefore, I converted the ping_sitemap_xml function to use hooks (systems/sitemap_ping). Hooks take a run function which has a $url passed into it. They should return a string result (or null for no results).
Currently, there are no sitemap_ping hooks.