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
The exported file contains the complete site you've built. You could host it on any server that supports PHP and SQLite. All WordPress core files, plugins, themes, and everything else you've added to your site are in there.
63
67
64
68
The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.
65
69
66
70
## Restore a saved site
67
71
68
-
You can restore the site you saved by using the import button in WordPress Playground:
72
+
You can restore the saved site using the "Import from .zip" button in the site management panel:

71
75
72
76
## Use a specific WordPress or PHP version
73
77
74
-
The easiest way is to use the version switcher on [the official demo site](https://playground.wordpress.net/):
78
+
The quickest way to change the version of WordPress or PHP is by using the settings panel on the [official demo site](https://playground.wordpress.net/):
75
79
76
-

0 commit comments