PATH:
home
/
lab2454c
/
argowells.com
/
wp-content
/
plugins
/
elementor-pro
/
base
<?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' ); } }
[-] base-widget-trait.php
[edit]
[+]
..
[-] base-carousel-trait.php
[edit]
[-] editor-one-trait.php
[edit]
[-] module-base.php
[edit]
[-] on-import-trait.php
[edit]
[-] base-widget.php
[edit]