File ManagerCurrent Directory: wp-content/plugins/elementor/modules/site-navigationLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: module.php <?php namespace Elementor\Modules\SiteNavigation; use Elementor\Core\Base\Module as Module_Base; use Elementor\Modules\SiteNavigation\Data\Controller; use Elementor\Plugin; use Elementor\Utils; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Module extends Module_Base { /** * Initialize the Container-Converter module. * * @return void */ public function __construct() { Plugin::$instance->data_manager_v2->register_controller( new Controller() ); } /** * Retrieve the module name. * * @return string */ public function get_name() { return 'site-navigation'; } /** * Determine whether the module is active. * * @return bool */ public static function is_active() { if ( Utils::is_elementor_tests() ) { return true; } return Plugin::$instance->experiments->is_feature_active( 'editor_v2' ); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirdataDirectory Rename | Deletemodule.phpFile877.00 B Rename | Delete | Edit