mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
23 lines
609 B
Markdown
23 lines
609 B
Markdown
# wp theme auto-updates
|
|
|
|
Manages theme auto-updates.
|
|
|
|
### EXAMPLES
|
|
|
|
# Enable the auto-updates for a theme
|
|
$ wp theme auto-updates enable twentysixteen
|
|
Theme auto-updates for 'twentysixteen' enabled.
|
|
Success: Enabled 1 of 1 theme auto-updates.
|
|
|
|
# Disable the auto-updates for a theme
|
|
$ wp theme auto-updates disable twentysixteen
|
|
Theme auto-updates for 'twentysixteen' disabled.
|
|
Success: Disabled 1 of 1 theme auto-updates.
|
|
|
|
# Get the status of theme auto-updates
|
|
$ wp theme auto-updates status twentysixteen
|
|
Auto-updates for theme 'twentysixteen' are disabled.
|
|
|
|
|
|
|
|
|