Skip to content

Commit

Permalink
Fix doc and revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed Aug 29, 2024
1 parent acebbae commit 2025944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/class-wc-calypso-bridge-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @since x.x.x
* @version x.x.x
*
* Handle Coming Soon mode.
* Handle Admin Settings.
*/
class WC_Calypso_Bridge_Admin_Settings {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ public function filter_wc_admin_enabled_features( $features ) {
* @return array
*/
public function filter_woocommerce_admin_features( $features ) {

// Disable launch-your-store to prevent clashes with similar functionality already provided.
if ( isset( $features['launch-your-store'] ) ) {
$features['launch-your-store'] = false;
}

// The rest applies only to Entrepreneur and Woo Express plans.
if ( ! wc_calypso_bridge_has_ecommerce_features() ) {
Expand Down

0 comments on commit 2025944

Please sign in to comment.