文件操作 - FeatureFlag.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/BetaFeatures/Facades/FeatureFlag.php
编辑文件内容
<?php namespace Give\BetaFeatures\Facades; use Give\BetaFeatures\Repositories\FeatureFlagRepository; use Give\Framework\Support\Facades\Facade; /** * @since 3.6.0 * * @method static void resetNotificationCount() * @method static int getNotificationCount() * @method static bool eventTickets() * @method static bool enabled(string $feature) */ class FeatureFlag extends Facade { /** * @since 3.6.0 */ protected function getFacadeAccessor(): string { return FeatureFlagRepository::class; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件