文件操作 - AlterHtmlPicture.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpaw/public_html/wp-content/plugins/webp-express/lib/classes/AlterHtmlPicture.php
编辑文件内容
<?php namespace WebPExpress; /** * Class AlterHtmlPicture - convert an <img> tag to a <picture> tag and add the webp versions of the images * Based this code on code from the ShortPixel plugin, which used code from Responsify WP plugin */ use \WebPExpress\AlterHtmlHelper; use DOMUtilForWebP\PictureTags; class AlterHtmlPicture extends PictureTags { public function replaceUrl($url) { return AlterHtmlHelper::getWebPUrl($url, null); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件