Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created January 17, 2025 17:07
Show Gist options
  • Save lukecav/828b561204f53b93895c297c73c267ce to your computer and use it in GitHub Desktop.
Save lukecav/828b561204f53b93895c297c73c267ce to your computer and use it in GitHub Desktop.
Disable coming soon mode in WooCommerce from WP-CLI command
wp option update woocommerce_coming_soon 'no'
wp option update woocommerce_store_pages_only 'no'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment