D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
www
/
mexvolt.in
/
wp-content
/
plugins
/
elementor-pro
/
base
/
Filename :
base-widget-trait.php
back
Copy
<?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' ]; } }