文件操作 - us_migration_6_0_4.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/us-core/migrations/Impreza/us_migration_6_0_4.php
编辑文件内容
<?php class us_migration_6_0_4 extends US_Migration_Translator { // Theme Options public function translate_theme_options( &$options ) { // old string from migration_5_6 $text_fix_56_css = ".wpb_text_column:not(:last-of-type) { margin-bottom: 1.5rem; } /* migration 5.6 fix */ \n"; if ( strpos( $options['custom_css'], $text_fix_56_css ) !== FALSE ) { $options['custom_css'] = str_replace( $text_fix_56_css, '', $options['custom_css'] ); } else { $options['text_bottom_indent'] = '0rem'; } return TRUE; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件