PHP 8.2.31
Preview: options.php Size: 532 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/modules/element-manager/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() );
	}
}

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
- drwxr-xr-x 2026-06-10 02:40:26
Edit Download
884 B lrw-r--r-- 2023-11-13 22:19:04
Edit Download
5.72 KB lrw-r--r-- 2025-10-21 16:51:06
Edit Download
3.02 KB lrw-r--r-- 2026-03-30 13:49:26
Edit Download
532 B lrw-r--r-- 2023-11-13 22:19:04
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).