Last active
December 21, 2015 05:09
-
-
Save davereid/6255133 to your computer and use it in GitHub Desktop.
Disable the media filter from caching.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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