LLMS_Shortcodes::checkout( array $atts )
Checkout shortcode
Description Description
Used for displaying checkout form.
See also See also
Parameters Parameters
- $atts
-
(array) (Required) Associative array of shortcode attributes.
Return Return
(string)
Source Source
File: includes/shortcodes/class.llms.shortcodes.php
*/ public static function checkout( $atts ) { return self::shortcode_wrapper( array( 'LLMS_Shortcode_Checkout', 'output' ), $atts );
Expand full source code Collapse full source code View on GitHub