Search
 
SCRIPT & CODE EXAMPLE
 

HTML

upload svg to wordpress

function cc_mime_types($mimes) {
 $mimes['svg'] = 'image/svg+xml';
 return $mimes;
}
add_filter('upload_mimes', 'cc_mime_types');
Comment

PREVIOUS NEXT
Code Example
Html :: meta colors 
Html :: auto reload 
Html :: href phone number 
Html :: twig default 
Html :: internal link css 
Html :: html text decoration 
Html :: card button align bottom bootstrap 
Html :: how to remove glow around button html 
Html :: what kind of cancer did technoblade get 
Html :: javascript delay button 
Html :: how to increase width of textbox in html 
Html :: how to summon an entity with a tag 
Html :: href mailto 
Html :: abbreviations in html 
Html :: HTML Select Dropdown Menu 
Html :: sign up form html 
Html :: html input datetime-local 
Html :: hover over something to make html visible 
Html :: browser favicon html 
Html :: comment in html5 
Html :: Translate html in magento 2 
Html :: centre text 
Html :: html image with link 
Html :: how to add a border around text in html 
Html :: html textboxes 
Html :: embed meta tag nextjs 
Html :: nuxt title page 
Html :: how to set background image for web page in html local image 
Html :: display success message after form submit in php 
Html :: quick confirmation window for webapp link php 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =