✏️ 正在编辑: svg-attributes.php
路径:
/home/qyel0117/public_html/wp-content/plugins/svg-support/includes/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() ); } }
💾 保存文件
← 返回文件管理器