|
@@ 213-215 (lines=3) @@
|
| 210 |
|
) { |
| 211 |
|
$active = Jetpack::get_active_modules(); |
| 212 |
|
switch ( $current->plan->product_slug ) { |
| 213 |
|
case 'jetpack_free': |
| 214 |
|
$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
| 215 |
|
break; |
| 216 |
|
case 'jetpack_personal': |
| 217 |
|
case 'jetpack_personal_monthly': |
| 218 |
|
$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
@@ 217-219 (lines=3) @@
|
| 214 |
|
$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
| 215 |
|
break; |
| 216 |
|
case 'jetpack_personal': |
| 217 |
|
case 'jetpack_personal_monthly': |
| 218 |
|
$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
| 219 |
|
break; |
| 220 |
|
case 'jetpack_premium': |
| 221 |
|
case 'jetpack_premium_monthly': |
| 222 |
|
$to_deactivate = array( 'seo-tools', 'google-analytics', 'search' ); |