golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/elementor-pro/base
⬆️ Go Up
Upload
File/Folder
Size
Actions
base-carousel-trait.php
37.74 KB
Del
OK
base-widget-trait.php
329 B
Del
OK
base-widget.php
663 B
Del
OK
module-base.php
332 B
Del
OK
on-import-trait.php
3.9 KB
Del
OK
Edit: 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' ]; } }
Save