Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 394 Bytes

File metadata and controls

23 lines (13 loc) · 394 Bytes

wp types posttype update

Updates a post type.

OPTIONS

<slug> : The slug of the post type.

[--slug=<string>] : The name of the post type.

[--singular=<string>] : The singular name of the post type.

[--plural=<string>] : The plural name of the post type.

EXAMPLES

wp types posttype update book --slug='ebook' --singular='Ebook' --plural='Ebooks'