Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/AYIMOLOU_PROD/wp-content/plugins/elementor-pro/base/
Upload File :
Current File : /home/icmq6107/clients/AYIMOLOU_PROD/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' );
	}
}