You are here

function xmlsitemap_post_update_entity_type_build_hook in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 xmlsitemap.post_update.php \xmlsitemap_post_update_entity_type_build_hook()

Force cache clear for new hook_entity_type_build().

File

./xmlsitemap.post_update.php, line 11
Post update functions for XML Sitemap.

Code

function xmlsitemap_post_update_entity_type_build_hook() {

  // Empty post-update hook.
}