mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-05-28 08:55:10 +08:00
609 B
609 B
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.