文件操作 - svg-attributes.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpaw/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() ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件