File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -621,17 +621,31 @@ These fields will be displayed by default for each translation:
621
621
Uninstalls a given language for a theme.
622
622
623
623
~~~
624
- wp language theme uninstall <theme> <language>...
624
+ wp language theme uninstall [ <theme>] [--all] <language>... [--format=<format>]
625
625
~~~
626
626
627
627
** OPTIONS**
628
628
629
- <theme>
629
+ [ <theme>]
630
630
Theme to uninstall language for.
631
631
632
+ [--all]
633
+ If set, languages for all themes will be uninstalled.
634
+
632
635
<language>...
633
636
Language code to uninstall.
634
637
638
+ [--format=<format>]
639
+ Render output in a particular format. Used when installing languages for all themes.
640
+ ---
641
+ default: table
642
+ options:
643
+ - table
644
+ - csv
645
+ - json
646
+ - summary
647
+ ---
648
+
635
649
** EXAMPLES**
636
650
637
651
$ wp language theme uninstall twentyten ja
You can’t perform that action at this time.
0 commit comments