Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created January 17, 2025 17:07
Show Gist options
  • Select an option

  • Save lukecav/828b561204f53b93895c297c73c267ce to your computer and use it in GitHub Desktop.

Select an option

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'

Comments are disabled for this gist.