/
var
/
www
/
wp2.qr4y.com
/
www
/
wp-content
/
plugins
/
elementor-pro
/
license
/
data
/
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/license/data
mkdir
upload
Name
Size
Mode
Actions
endpoints/
-
0755
rm
controller.php
453
0644
edit
dl
rm
Edit:
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/license/data/controller.php
(453B)
<?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 ); } }
Save
cmd:
run