ckeeper
Well-known member
- Nov 8, 2019
- 623
- 376
- 63
Anyone fussing about this is not pro version can also make changes in wpforms.php. file and changethis is nulled version
PHP:update_option( 'wpforms_license', [ [QUOTE] 'type' => 'Basic', [/QUOTE] 'is_expired' => false, 'is_disabled' => false, 'is_invalid' => false, ] ); define( 'WPFORMS_LICENSE_KEY', 'activated' );
Code:
'type' => 'Basic',
change it into
'type' => 'Pro',