Skip to content

Commit

Permalink
Added studio-sync WPCOM plan feature (#39843)
Browse files Browse the repository at this point in the history
* Added studio-sync plan feature

* changelog
  • Loading branch information
fredrikekelund authored Oct 21, 2024
1 parent e8806f8 commit 2b04fc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

WordPress.com plan features: Added studio-sync feature
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ class WPCOM_Features {
public const STAGING_SITES = 'staging-sites';
public const STATS_FREE = 'stats-free';
public const STATS_PAID = 'stats-paid';
public const STUDIO_SYNC = 'studio-sync';
public const SUBSCRIBER_UNLIMITED_IMPORTS = 'subscriber-unlimited-imports';
public const SUBSCRIPTION_GIFTING = 'subscription-gifting';
public const SUPPORT = 'support';
Expand Down Expand Up @@ -1154,6 +1155,9 @@ class WPCOM_Features {
self::JETPACK_STATS_YEARLY,
self::JETPACK_COMPLETE_PLANS,
),
self::STUDIO_SYNC => array(
self::WPCOM_BUSINESS_AND_HIGHER_PLANS,
),

// Importing subscribers to the site without limits.
self::SUBSCRIBER_UNLIMITED_IMPORTS => array(
Expand Down

0 comments on commit 2b04fc6

Please sign in to comment.