PHP 8.2.30
Preview: base-widget-trait.php Size: 329 B
//proc/thread-self/root/home/byroehnu/geniuskidsacademy.org/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();
	}

	public function get_categories() {
		return [ 'pro-elements' ];
	}
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
37.74 KB lrw-r--r-- 2025-12-09 13:04:26
Edit Download
329 B lrw-r--r-- 2025-12-09 13:04:26
Edit Download
259 B lrw-r--r-- 2025-12-09 13:04:26
Edit Download
332 B lrw-r--r-- 2025-12-09 13:04:26
Edit Download
3.90 KB lrw-r--r-- 2025-12-09 13:04:26
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).