Skip to content

Instantly share code, notes, and snippets.

@davereid
Last active December 21, 2015 05:09
Show Gist options
  • Save davereid/6255133 to your computer and use it in GitHub Desktop.
Save davereid/6255133 to your computer and use it in GitHub Desktop.
Disable the media filter from caching.
function mymodule_filter_info_alter(&$info) {
$info['media']['cache'] = FALSE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment