This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Delete the core updater lock option | |
wp option delete core_updater.lock | |
# Update WordPress to 6.8 forcefully | |
wp core update --version=6.8 --force | |
# Display the WordPress version | |
wp core version | |
# Checks for WordPress updates via Version Check API. |