LLMS_Shortcode_Checkout::get( array $atts )
Retrieve the shortcode content.
Parameters Parameters
- $atts
-
(array) (Required) Shortcode attributes.
Return Return
(string)
Source Source
File: includes/shortcodes/class.llms.shortcode.checkout.php
144 145 146 | public static function get( $atts ) { return LLMS_Shortcodes::shortcode_wrapper( array ( __CLASS__ , 'output' ), $atts ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |