How to activate Noor theme

Open noor\functions.php, find this code around line 12

if ( ! defined( ‘ABSPATH’ ) ) {
exit( ‘Direct script access denied.’ );
}

After that just add this code:

update_option( ‘noor_license_key_status’, ‘valid’);
update_option( ‘noor_license_key’, ‘festingerbhw.com’ );
update_option( ‘noor_wup_purchase_code’, ‘festingerbhw.com’ );

Leave a Reply