You are here

function views_rss_media_install in Views RSS: Media (MRSS) Elements 7

Implements hook_install().

File

./views_rss_media.install, line 49
(Un)installation functions for Views RSS: Media Elements module.

Code

function views_rss_media_install() {

  // Clear Views cache to force-rebuild namespaces and feed elements.
  cache_clear_all('views_rss:', 'cache_views', TRUE);
}