文件操作 - WidgetPlacement.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacement.php
编辑文件内容
<?php namespace Nextend\SmartSlider3\Widget; class WidgetPlacement { protected $name; protected $items = array(); public function __construct($name) { $this->name = $name; } public function empty() { return empty($this->items); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件