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 February 20, 2024 09:41
WP-CLI commands to update WordPress core to version 6.4.3
# Delete the core updater lock option
wp option delete core_updater.lock
# Update WordPress to 6.4.3 forcefully
wp core update --version=6.4.3 --force
# Display the WordPress version
wp core version
# Checks for WordPress updates via Version Check API.