WC_Shortcode_Checkout::get() public WC 1.0
Get the shortcode content.
{} Это метод класса: WC_Shortcode_Checkout{}
Хуков нет.
Возвращает
Строку.
Использование
$result = WC_Shortcode_Checkout::get( $atts );
- $atts(массив) (обязательный)
- Shortcode attributes.
Код WC_Shortcode_Checkout::get() WC Shortcode Checkout::get WC 5.0.0
public static function get( $atts ) {
return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts );
}