Linux 软件免费装
Banner图

WP SVG Images

开发者 kubiq
shortpixel
更新时间 2024年11月19日 20:55
捐献地址: 去捐款
PHP版本: 5.6.40 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

svg sanitization svg support svg upload

下载

1.0 4.1 4.2 4.3 1.2 1.3 1.4 2.0 2.1 2.2 2.3 2.4 2.6 2.8 2.9 3.0 3.1 3.2 3.3 1.1 2.7 3.4 3.5 3.6 3.7 4.0 2.5

详情介绍:

Securely upload SVG files to your Media Library. Uploaded SVG files are automatically sanitized. SVG stands for Scalable Vector Graphics and is probably the most efficient way to display images. WP SVG Images Plugin is an easy-to-use and lightweight plugin that allows you to upload SVG files to your media library safely and easily. Features Support 24/7 SVG support offered by ShortPixel here or here. Recommended plugins This plugin is supported & maintained by ShortPixel. Other popular plugins by ShortPixel: FastPixel Caching - WP Optimization made easy ShortPixel Image Optimizer - Image optimization & compression for all the images on your website, including WebP delivery – ShortPixel Image Optimizer. ShortPixel Adaptive Images - On-the-fly image optimization & CDN delivery. Enable Media Replace - Easily replace images or files in Media Library. reGenerate Thumbnails Advanced - Easily regenerate thumbnails. Resize Image After Upload - Automatically resize each uploaded image. Hooks for developers WPSVG_setAllowedTags Allows you to specify more tags that will be not removed during sanitization add_filter( 'WPSVG_setAllowedTags', 'my_custom_allowed_svg_tags', 10, 1 ); function my_custom_allowed_svg_tags( $tags ){ $tags[] = 'path'; return $tags; } WPSVG_setAllowedAttrs Allows you to specify more attributes that will be not removed during sanitization add_filter( 'WPSVG_setAllowedAttrs', 'my_custom_allowed_svg_attributes', 10, 1 ); function my_custom_allowed_svg_attributes( $attributes ){ $attributes[] = 'fill'; return $attributes; }

安装:

  1. Upload wp-svg-images directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

更新日志:

4.3 Release date: June 20th, 2024 4.2 Release date: April 6th, 2023 4.1 Release date: August 1st, 2022 4.0 Release date: March 29th, 2022 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.4 1.3 1.2 1.1 1.0