Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
elementor-pro
/
data
/
base
📤 Upload
📝 New File
📁 New Folder
Close
Editing: controller.php
<?php namespace ElementorPro\Data\Base; use Elementor\Data\Base\Controller as Controller_Base; abstract class Controller extends Controller_Base { public function __construct() { parent::__construct(); $this->namespace = 'elementor-pro/v1'; } }
Save
Cancel