/checkout/order-received
add_action( 'woocommerce_order_details_after_order_table', 'bbloomer_add_content_thankyou');
function bbloomer_add_content_thankyou() {
echo "<a href='https://karomae.com/my-class/'><input type='button' value='내 강의실 바로가기'/></a>";
}
