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:
621621Uninstalls a given language for a theme.
622622
623623~~~
624- wp language theme uninstall <theme> <language>...
624+ wp language theme uninstall [ <theme>] [--all] <language>... [--format=<format>]
625625~~~
626626
627627** OPTIONS**
628628
629- <theme>
629+ [ <theme>]
630630 Theme to uninstall language for.
631631
632+ [--all]
633+ If set, languages for all themes will be uninstalled.
634+
632635 <language>...
633636 Language code to uninstall.
634637
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+
635649** EXAMPLES**
636650
637651 $ wp language theme uninstall twentyten ja
You can’t perform that action at this time.
0 commit comments