Skip to main content

SVG Support

Introduction

The SVGSupport plugin allows SVGs to be uploaded into the WordPress media library.

Enabling SVG Support

config.php
<?php

use WPN\Plugins\SVGSupport;

return [
'plugins' => [
SVGSupport::class,
]
];