All-in-One WP Migration and Backup恢复的源代码

all-in-one-wp-migration.7.86

var filename = 'FILENAME.wpress';
var importer = new Ai1wm.Import();
var storage = Ai1wm.Util.random(12);
var options = Ai1wm.Util.form('#ai1wm-backups-form').concat({name: 'storage', value: storage}).concat({name: 'archive', value: filename});
importer.setParams(options);
importer.start();

发表评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注