┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor-pro/license/data
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: 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 ); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 endpoints/
DIR
—
2026-05-04 10:16
📄 controller.php
PHP
453 B
2026-05-04 10:16
EDIT