Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 9, 2022 22:00
Show Gist options
  • Select an option

  • Save MariaJackson1/0c2e0cce22096650a83d522bfbd5184e to your computer and use it in GitHub Desktop.

Select an option

Save MariaJackson1/0c2e0cce22096650a83d522bfbd5184e to your computer and use it in GitHub Desktop.
Add to functions.php #dev
function my_myme_types($mime_types){
$mime_types['svg'] = 'image/svg+xml';
return $mime_types;
}
add_filter('upload_mimes', 'my_myme_types', 1, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment