Imports top-level WordPress files from a given zip file into the documentRoot. For example, if a zip file contains the wp-content and wp-includes directories, they will replace the corresponding directories in Playground's documentRoot.
Any files that Playground recognizes as "excluded from the export" will carry over from the existing document root into the imported directories. For example, the sqlite-database-integration plugin.
Imports top-level WordPress files from a given zip file into the
documentRoot
. For example, if a zip file contains thewp-content
andwp-includes
directories, they will replace the corresponding directories in Playground'sdocumentRoot
.Any files that Playground recognizes as "excluded from the export" will carry over from the existing document root into the imported directories. For example, the sqlite-database-integration plugin.