WC_Shortcode_Checkout::get( array $atts )
Get the shortcode content.
Description Description
Parameters Parameters
- $atts
-
(Required) Shortcode attributes.
Return Return
(string)
Source Source
File: includes/shortcodes/class-wc-shortcode-checkout.php
public static function get( $atts ) { return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts ); }