文件操作 - us_migration_4_3.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/us-core/migrations/Zephyr/us_migration_4_3.php
编辑文件内容
<?php class us_migration_4_3 extends US_Migration_Translator { // Options public function translate_theme_options( &$options ) { $changed = FALSE; if ( ! empty( $options['enable_unsupported_vc_shortcodes'] ) AND $options['enable_unsupported_vc_shortcodes'] == 1 ) { $options['disable_extra_vc'] = 0; } else { $options['disable_extra_vc'] = 1; } unset( $options['enable_unsupported_vc_shortcodes'] ); $changed = TRUE; return $changed; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件