mirror of
https://github.com/proelements/proelements.git
synced 2026-04-06 04:13:48 +00:00
v3.33.1
This commit is contained in:
19
license/data/controller.php
Normal file
19
license/data/controller.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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 );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user