get_purchase_code_asterisk();
$regist_flag = false;
if ( ! alpus_doing_ajax() ) {
?>
';
}
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__( 'Already have a license? Find the license %1$shere%2$s', 'alpus' ), '
', '' ) . '
';
}
?>