get_purchase_code_asterisk();
$regist_flag = false;
?>
' . alpha_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' ), '', ALPHA_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' ), ALPHA_DISPLAY_NAME ) . '
';
}
if ( ! Alpha_Admin::get_instance()->is_registered() ) :
?>
Where can I find my purchase code?
- ', '' ); //phpcs:ignore ?>
- ' . esc_html__( 'Download', 'alpus' ) . ' ' . sprintf( esc_html__( 'button in %1$s row', 'alpus' ), ALPHA_DISPLAY_NAME ); //phpcs:ignore ?>
- ' . esc_html__( 'License Certificate & Purchase code', 'alpus' ) . ''; ?>
- ' . esc_html__( 'Item Purchase Code', 'alpus' ) . ''; ?>