🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 01:40:56 | 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-60.php
Writable
<?php namespace Blocksy\DbVersioning; class V2060 { public function migrate() { $value = get_option( 'blocksy_ext_local_google_fonts_settings', '__empty__' ); if ($value === '__empty__' || ! is_array($value)) { return; } update_option( 'blocksy_ext_local_google_fonts_settings', $value, false ); } }
💾 Save Changes
❌ Cancel