File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ Generates starter code for a theme based on _s.
4444wp scaffold underscores <slug> [--activate] [--enable-network] [--theme_name=<title>] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--woocommerce] [--force]
4545~~~
4646
47+ ** Alias:** ` _s `
48+
4749See the [ Underscores website] ( https://underscores.me/ ) for more details.
4850
4951** OPTIONS**
@@ -321,6 +323,8 @@ Generates PHP code for registering a custom post type.
321323wp scaffold post-type <slug> [--label=<label>] [--textdomain=<textdomain>] [--dashicon=<dashicon>] [--theme] [--plugin=<plugin>] [--raw] [--force]
322324~~~
323325
326+ ** Alias:** ` cpt `
327+
324328** OPTIONS**
325329
326330 <slug>
@@ -364,6 +368,8 @@ Generates PHP code for registering a custom taxonomy.
364368wp scaffold taxonomy <slug> [--post_types=<post-types>] [--label=<label>] [--textdomain=<textdomain>] [--theme] [--plugin=<plugin>] [--raw] [--force]
365369~~~
366370
371+ ** Alias:** ` tax `
372+
367373** OPTIONS**
368374
369375 <slug>
You can’t perform that action at this time.
0 commit comments