📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 08:41:31
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
svg-support
/
includes
✏️
Editing: svg-attributes.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class bodhi_svg_attributes extends \enshrined\svgSanitize\data\AllowedAttributes { /** * Returns an array of attributes * * @return array */ public static function getAttributes() { /** * var array Attributes that are allowed. */ return apply_filters( 'svg_allowed_attributes', parent::getAttributes() ); } }
💾 Save Changes
❌ Cancel