Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > elementor > modules > element-manager
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
admin-menu-app.php | File | 884 bytes | November 13 2023 22:19:04. | |
ajax.php | File | 5798 bytes | March 13 2025 13:36:36. | |
module.php | File | 2579 bytes | February 29 2024 16:51:58. | |
options.php | File | 532 bytes | November 13 2023 22:19:04. |
<?php namespace Elementor\Modules\ElementManager; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Options { public static function get_disabled_elements() { return (array) get_option( 'elementor_disabled_elements', [] ); } public static function update_disabled_elements( $elements ) { update_option( 'elementor_disabled_elements', (array) $elements ); } public static function is_element_disabled( $element_name ) { return in_array( $element_name, self::get_disabled_elements() ); } }
SILENT KILLER Tool