You are here

blazy.post_update.php in Blazy 8.2

Post update hooks for Blazy.

File

blazy.post_update.php
View source
<?php

/**
 * @file
 * Post update hooks for Blazy.
 */

/**
 * Clear cache to enable CSP module support.
 */
function blazy_post_update_csp_support() {

  // Empty hook to clear caches.
}

Functions

Namesort descending Description
blazy_post_update_csp_support Clear cache to enable CSP module support.