14 lines
220 B
PHP
14 lines
220 B
PHP
![]() |
<?php
|
||
|
|
||
|
/**
|
||
|
* @file
|
||
|
* Post update functions for XML Sitemap.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Force cache clear for new hook_entity_type_build().
|
||
|
*/
|
||
|
function xmlsitemap_post_update_entity_type_build_hook() {
|
||
|
// Empty post-update hook.
|
||
|
}
|