文件操作 - controller.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/forzabuilt/public_html/wp-content/plugins/elementor-pro/license/data/controller.php
编辑文件内容
<?php namespace ElementorPro\License\Data; use ElementorPro\Core\Data\Controller as Base_Controller; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Controller extends Base_Controller { public function get_name() { return 'license'; } protected function register_endpoints() { $this->register_endpoint( Endpoints\Get_Tier_Features::class ); $this->register_endpoint( Endpoints\Get_License_Status::class ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件