文件操作 - LogCategory.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Log/ValueObjects/LogCategory.php
编辑文件内容
<?php namespace Give\Log\ValueObjects; /** * Class LogCategory * @package Give\Log\ValueObjects * * @since 2.10.0 * * @method static CORE() * @method static PAYMENT() * @method static MIGRATION() */ class LogCategory extends Enum { const CORE = 'Core'; const PAYMENT = 'Payment'; const MIGRATION = 'Migration'; /** * @inheritDoc */ public static function getDefault() { return LogCategory::CORE; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件