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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ This command relies on writing directly to the WP database via WP DB API so both
11
11
12
12
Export content from the source site:
13
13
14
-
1.Export the site content using the [WordPress Importer](https://wordpress.org/plugins/wordpress-importer/). To run the export, navigate to "Tools → Export" in your site dashboard.
14
+
1.Use the [WordPress Importer](https://wordpress.org/plugins/wordpress-importer/) plugin or the [`wp export` command](https://developer.wordpress.org/cli/commands/export/) to export the site content.
15
15
16
-
2.Export the site options using the [WP Options Importer](https://wordpress.org/plugins/options-importer/) plugin. The output should be a single `options.json` file.
16
+
2.Use the [WP Options Importer](https://wordpress.org/plugins/options-importer/) plugin to export the site options. The output should be a single `options.json` file.
0 commit comments