HEX
Server: LiteSpeed
System: Linux cms560.hostnegar.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: ngbycoco (1137)
PHP: 8.2.29
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, mail
Upload Files
File: /home/ngbycoco/public_html/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' );
	}
}