WC_Shortcode_Checkout::get
Get the shortcode content.
Method of the class: WC_Shortcode_Checkout{}
No Hooks.
Returns
String
.
Usage
$result = WC_Shortcode_Checkout::get( $atts );
- $atts(array) (required)
- Shortcode attributes.
WC_Shortcode_Checkout::get() WC Shortcode Checkout::get code WC 9.9.5
public static function get( $atts ) { return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts ); }