PHP Класс WC_Shortcode_Checkout

Used on the checkout page, the checkout shortcode displays the checkout process.
Автор: WooThemes
Показать файл Открыть проект

Открытые методы

Метод Описание
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