X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/pro-elements/base
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
pro-elements
/
base
/
ðŸ“
..
📄
base-carousel-trait.php
(37.74 KB)
📄
base-widget-trait.php
(329 B)
📄
base-widget.php
(663 B)
📄
module-base.php
(332 B)
📄
on-import-trait.php
(3.9 KB)
Editing: base-widget-trait.php
<?php namespace ElementorPro\Base; use ElementorPro\License\API as License_API; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } trait Base_Widget_Trait { public function is_editable() { return License_API::is_license_active(); } public function get_categories() { return [ 'pro-elements' ]; } }
Upload File
Create Folder