This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function disable_elementor_ai_module() { | |
| if ( class_exists( 'Elementor\Plugin' ) && isset( \Elementor\Plugin::$instance->modules_manager ) ) { | |
| $modules_manager = \Elementor\Plugin::$instance->modules_manager; | |
| // Disable AI module entirely by removing its registration | |
| remove_all_actions( 'personal_options' ); | |
| remove_all_actions( 'personal_options_update' ); | |
| remove_all_actions( 'edit_user_profile_update' ); | |
| // Disable AI option across all users |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function t(t) { | |
| return t && t.__esModule ? t.default : t; | |
| } | |
| /** | |
| * @license | |
| * Copyright 2010-2021 Three.js Authors | |
| * SPDX-License-Identifier: MIT | |
| */ const e = "136", | |
| n = 100, | |
| i = 301, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function t(t) { | |
| return t && t.__esModule ? t.default : t | |
| } | |
| /** | |
| * @license | |
| * Copyright 2010-2021 Three.js Authors | |
| * SPDX-License-Identifier: MIT | |
| */ | |
| const e = "136", | |
| n = 100, |