| @@ -138,10 +138,10 @@ | ||
| 138 | 138 | ( in_array( $feature, $biz_features, true ) && ! apply_filters( 'visualizer_is_business', false ) ) || |
| 139 | 139 | ( in_array( $feature, $pro_features, true ) && ! Visualizer_Module::is_pro() ) |
| 140 | 140 | ) { |
| 141 | 141 | $msg = sprintf( __( 'Upgrade to %s to activate this feature!', 'visualizer' ), 'PRO' ); |
| 142 | - if ( Visualizer_Module::is_pro() && in_array( $feature, $biz_features, true ) ) { | |
| 143 | - $msg = sprintf( __( 'Upgrade your license to at least the %s version to activate this feature!', 'visualizer' ), 'DEVELOPER' ); | |
| 142 | + if ( in_array( $feature, $biz_features, true ) ) { | |
| 143 | + $msg = sprintf( __( 'Upgrade to %s plan to activate this feature!', 'visualizer' ), 'Developer' ); | |
| 144 | 144 | } |
| 145 | 145 | $return = '<div class="only-pro-content">'; |
| 146 | 146 | $return .= ' <div class="only-pro-container">'; |
| 147 | 147 | $return .= ' <div class="only-pro-inner">'; |