function _xmlsitemap_ping in XML sitemap 5.2
Same name and namespace in other branches
- 5 xmlsitemap.module \_xmlsitemap_ping()
Submit the sitemap to search engines.
Return value
None
2 calls to _xmlsitemap_ping()
- xmlsitemap_cron in xmlsitemap/
xmlsitemap.module - Implementation of hook_cron().
- xmlsitemap_exit in xmlsitemap/
xmlsitemap.module - Implementation of hook_exit().
File
- xmlsitemap/
xmlsitemap.module, line 620 - Creates a sitemap compatible with the sitemaps.org schema.
Code
function _xmlsitemap_ping() {
module_invoke_all('xmlsitemap_engines', 'ping');
variable_set('xmlsitemap_changed', FALSE);
}