🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 05:24:31 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
inc
/
classes
/
db-versioning
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/inc/classes/db-versioning
🔄 Refresh
✏️
Editing: v2-0-75.php
Writable
<?php namespace Blocksy\DbVersioning; class V2075 { public function migrate() { if (! class_exists('Elementor\Plugin')) { $options_to_remove = [ 'elementor_disable_color_schemes', 'elementor_disable_typography_schemes', 'elementor_viewport_lg', 'elementor_viewport_md' ]; foreach ($options_to_remove as $option) { if (get_option($option, '__DEFAULT__') !== '__DEFAULT__') { delete_option($option); } } } } }
💾 Save Changes
❌ Cancel