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' ); } }