우커머스 결제 완료 페이지 버튼 추가하기

/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>";
}

댓글 달기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

위로 스크롤