Loading...
banner plugin Image
woo-image

Easy SVG Support

By Benjamin Zekavica

Description

Easy SVG Support is a plugin that lets you upload SVG files directly into your WordPress media library. This plugin is designed for users who prefer a straightforward solution for SVG file management.

Key features include support for uploading SVG files, easy installation, and the ability to display SVG files in the media library. The plugin also sanitizes SVG files directly and offers custom hooks for tags and attributes. It has been updated to work with the new WordPress Gutenberg editor and supports PHP version 8.2.

If you encounter any issues or need assistance with Easy SVG Support, you can reach out via email or ask questions in the forums section.

Other Notable Features

Here are a few other notable features of this free Easy SVG Support plugin.

check-fill
Easy svg
check-fill
SVG support
check-fill
Upload svg

Screenshots

FAQ

Hook: esw_svg_allowed_tags

    // XML TAGS     add_filter( 'esw_svg_allowed_tags', function ($tags) {         $tags[] = 'p';         $tags[] = 'info';          return $tags;     } ); 

Hook: esw_svg_allowed_attributes

    // XML attributes     add_filter( 'esw_svg_allowed_attributes', function ( $attributes ) {         $attributes[] = 'src';          return $attributes;     } ); 

Contributors and developers

“Easy SVG Support” is open source software. The following people have contributed to this plugin.

WPS
Exclamation-Image

6.78

Average

Star-Image

Ratings

5 out of 5 | 7
History-Image

Version

4.1
calendar-Image

Last updated

5 months ago
Star-Image

Active installations

40,000+
Star-Image

WordPress version

6.9.4 or higher
php-Image

PHP version

8.0 or higher
translate-Image

Languages

4

Tags

Easy-svg,SVG,Svg Media,Svg Support,Upload Svg