shadyjeff110
Member
- Nov 22, 2022
- 96
- 53
- 18
To activate put below line in theme function.php or in child theme function.php
PHP:
#######################################################
###### Verify Import Plugin ###########################
#######################################################
$verify = get_option( 'wp_automatic_license_active' );
if ($verify != "active"){
update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" );
update_option ( 'wp_automatic_license_active_date', time () );
update_option ( 'wp_automatic_license_active', 'active' );
update_option ( 'alb_license_active', 1 );
}
Last edited: