HEX
Server: LiteSpeed
System: Linux cp4.porkbun.com 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
User: vxblllubpkafjsjw (1110)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /data0/brighttherapyllc.com/www/wp-content/plugins/elementor-pro/base/editor-one-trait.php
<?php

namespace ElementorPro\Base;

use ElementorPro\Plugin;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

trait Editor_One_Trait {

	protected function is_editor_one_active(): bool {
		return (bool) Plugin::elementor()->modules_manager->get_modules( 'editor-one' );
	}
}