You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path to the WordPress Customizer project directory. Can be a relative or absolute path.
48
+
Defaults to the current directory (`.`) if not specified.
49
+
32
50
### Options
33
51
34
-
-`--force`
52
+
-`--force`
35
53
Proceed even if your git directory has uncommitted changes.
36
54
37
55
@@ -80,8 +98,10 @@ The template includes:
80
98
81
99
## Safety & Rollback
82
100
83
-
- If you cancel during the migration, your original project is restored from backup.
101
+
- Before migration starts, a backup directory is created in the same parent directory as your target folder (e.g., `custom/wp-customizer-backup-[timestamp]`).
102
+
- If you cancel during the migration, your original project is automatically restored from backup.
84
103
- If anything goes wrong, you can manually restore from the backup directory created at the start of the process.
104
+
- The backup is automatically deleted after a successful migration.
0 commit comments