Skip to content

Instantly share code, notes, and snippets.

@3mw-support
Last active September 12, 2016 20:01
Show Gist options
  • Save 3mw-support/173d0bc49b655d6aaa1a to your computer and use it in GitHub Desktop.
Save 3mw-support/173d0bc49b655d6aaa1a to your computer and use it in GitHub Desktop.
This filter is required to make the MIME Types plugin work with ACF content fields
/* This functions.php filter is required to make the MIME Types plugin work with ACF content fields */
+add_filter ('acf_the_content', 'mimetypes_to_icons', 15);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment