内核更新
wp core update
插件更新
查看插件列表
wp plugin list
更新插件
可以更新指定插件,也可以更新全部需要更新的插件
wp plugin update --all // 更新全部
wp plugin update PluginName // pluginName 插件名称
翻译更新
wp core language update
主题更新
查看主题列表
wp theme list
更新主题
wp theme update --all // 更新全部
wp theme update ThemeName // 更新指定主题