get_purchase_code_asterisk(); $regist_flag = false; ?>
is_registered() ) { $disable_field = ' disabled=true'; } ?> is_envato_hosted() ) : ?>

/> is_registered() ) : ?> ?
is_registered() ) : ?> ' . esc_html__( 'Registered', 'alpus' ); ?>' /> ' . esc_html__( 'Unregistered', 'alpus' ); ?>' />
' . alpus_escaped( $errors ) . esc_html__( ' Please check purchase code again.', 'alpus' ) . ''; } if ( ! empty( $purchase_code ) ) { if ( ! empty( $errors ) ) { echo '
' . esc_html__( 'Purchase code not updated. We will keep the existing one.', 'alpus' ) . '
'; } else { /* translators: $1 and $2 opening and closing strong tags respectively */ echo '
' . sprintf( esc_html__( '%1$s Welcome! Your product is registered now. Enjoy %2$s Theme and automatic updates.', 'alpus' ), '', ALPUS_DISPLAY_NAME ) . '
'; } } elseif ( empty( $errors ) ) { echo '
' . sprintf( esc_html__( 'Thank you for choosing %s theme from ThemeForest. Please register your purchase and make sure that you have fulfilled all of the requirements.', 'alpus' ), ALPUS_DISPLAY_NAME ) . '
'; } if ( ! Alpus_Admin::get_instance()->is_registered() ) : ?>