-
·
Day 2: Managing WordPress Core with WP-CLI
Updating WordPress Core One of the most common tasks you’ll perform with WP-CLI is updating WordPress core. To check if an update is available, you can use the following command: If an update is available, you can update WordPress core using: This command will download the latest version of WordPress and update your installation. If…