PHP 클래스 WC_Shortcode_Checkout

Used on the checkout page, the checkout shortcode displays the checkout process.
저자: WooThemes
파일 보기 프로젝트 열기: woocommerce/woocommerce

공개 메소드들

메소드 설명
get ( array $atts ) : string Get the shortcode content.
output ( array $atts ) Output the shortcode.

비공개 메소드들

메소드 설명
checkout ( ) Show the checkout.
order_pay ( integer $order_id ) Show the pay page.
order_received ( integer $order_id ) Show the thanks page.

메소드 상세

get() 공개 정적인 메소드

Get the shortcode content.
public static get ( array $atts ) : string
$atts array
리턴 string

output() 공개 정적인 메소드

Output the shortcode.
public static output ( array $atts )
$atts array