Skip to content

Instantly share code, notes, and snippets.

View mPanasiewicz's full-sized avatar

Maciej Panasiewicz mPanasiewicz

View GitHub Profile
@lukecav
lukecav / Commands
Last active May 1, 2025 15:41
WP-CLI commands to update WordPress core to version 6.8.1
# Delete the core updater lock option
wp option delete core_updater.lock
# Update WordPress to 6.8.1 forcefully
wp core update --version=6.8.1 --force
# Display the WordPress version
wp core version
# Checks for WordPress updates via Version Check API.