#5383 - Remove Google Sitemaps pinging and use hooks for ping services
| Identifier | #5383 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Remove Google Sitemaps pinging and use hooks for ping services |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Addon | core |
| Description | See Google announcement
https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
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.