You are here

xmlsitemap.post_update.php in XML sitemap 2.x

Same filename and directory in other branches
  1. 8 xmlsitemap.post_update.php

Post update functions for XML Sitemap.

File

xmlsitemap.post_update.php
View source
<?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.
}

Functions