Your IP : 3.133.137.107


Current Path : /home/church/www/launch100ar.com/wp-content/plugins/elementor-pro/base/
Upload File :
Current File : /home/church/www/launch100ar.com/wp-content/plugins/elementor-pro/base/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();
	}
}