Current Path : /var/www/html/wp-content/plugins/wpide/migrations/ |
Current File : /var/www/html/wp-content/plugins/wpide/migrations/migration-3.4.3.php |
<?php use WPIDE\App\AppConfig; $editable = AppConfig::get('file.editable'); if(!empty($editable)) { AppConfig::update('editor.editable', $editable); AppConfig::delete('file.editable'); }