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 April 18, 2025 19:54
WP-CLI commands to update WordPress core to version 6.7.2
# 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.