File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr
1010## Using
1111
1212~~~
13- wp export [--dir=<dirname>] [--stdout] [--skip_comments] [--max_file_size=<MB>] [--filename_format=<format>] [--include_once=<before_posts>] [--allow_orphan_terms] [--start_date=<date>] [--end_date=<date>] [--post_type=<post-type>] [--post_type__not_in=<post-type>] [--post__in=<pid>] [--with_attachments] [--start_id=<pid>] [--max_num_posts=<num>] [--author=<author>] [--category=<name|id>] [--post_status=<status>]
13+ wp export [--dir=<dirname>] [--stdout] [--skip_comments] [--skip_authors] [--skip_terms] [-- max_file_size=<MB>] [--filename_format=<format>] [--include_once=<before_posts>] [--allow_orphan_terms] [--start_date=<date>] [--end_date=<date>] [--post_type=<post-type>] [--post_type__not_in=<post-type>] [--post__in=<pid>] [--with_attachments] [--start_id=<pid>] [--max_num_posts=<num>] [--author=<author>] [--category=<name|id>] [--post_status=<status>]
1414~~~
1515
1616Generates one or more WXR files containing authors, terms, posts,
@@ -29,6 +29,12 @@ comments, and attachments. WXR files do not include site configuration
2929 [--skip_comments]
3030 Don't include comments in the WXR export file.
3131
32+ [--skip_authors]
33+ Don't include authors in the WXR export file.
34+
35+ [--skip_terms]
36+ Don't include terms (categories, tags, custom taxonomy terms and nav menu terms) in the WXR export file.
37+
3238 [--max_file_size=<MB>]
3339 A single export file should have this many megabytes. -1 for unlimited.
3440 ---
You can’t perform that action at this time.
0 commit comments