{"id":258,"date":"2016-08-28T15:06:07","date_gmt":"2016-08-28T15:06:07","guid":{"rendered":"https:\/\/wiki.samuelchopard.ch\/?p=258"},"modified":"2020-05-03T18:48:09","modified_gmt":"2020-05-03T16:48:09","slug":"allow-svg-through-wordpress-media-uploader","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/allow-svg-through-wordpress-media-uploader\/","title":{"rendered":"Allow SVG through WordPress media uploader"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Past the following code in the functions.php file of your <a target=\"_blank\" href=\"https:\/\/samuelchopard.ch\/wiki\/library\/blank-child-theme\/\" target=\"_blank\" rel=\"noopener noreferrer\">child-theme<\/a>:<\/p>\n<pre class=\"EnlighterJSRAW\">function cc_mime_types($mimes) {\r\n     $mimes['svg'] = 'image\/svg+xml';\r\n     return $mimes;\r\n}\r\nadd_filter('upload_mimes', 'cc_mime_types');<\/pre>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/css-tricks.com\/snippets\/wordpress\/allow-svg-through-wordpress-media-uploader\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/css-tricks.com\/snippets\/wordpress\/allow-svg-through-wordpress-media-uploader\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Past the following code in the functions.php file of your child-theme: function cc_mime_types($mimes) { $mimes['svg'] = 'image\/svg+xml'; return $mimes; } [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,9],"tags":[117,136,177,255],"class_list":["post-258","post","type-post","status-publish","format-standard","hentry","category-php-tricks","category-wordpress","tag-gallery","tag-image","tag-media-uploader","tag-sag"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/258","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=258"}],"version-history":[{"count":2,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/258\/revisions"}],"predecessor-version":[{"id":55119,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/258\/revisions\/55119"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=258"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=258"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}