Activate UserPro License Manually

To activate license of UserPro manually you need to add code for this in your theme functions.php file. Please add the below code in your themes functions.php file and then refresh the page of your website from frontend and check , but please not that after refreshing the site please remove the below given code from your site. heres the code –

If Your version is 4.9.37.1 or greater

global $userpro; $userpro->validate_license('xxx', 'xxx2');

If Your version is behind 4.9.37.1 :

global $userpro; $userpro->validate_license('xxx');

Note: please add this in theme functions.php file, in a place of XXX – please put ‘purchase code’ and in a place of XXX2 – please put ‘personal token’

Was this article helpful?

Related Articles

Leave A Comment?