LLMS_Shortcode_Checkout::get( array $atts )
Retrieve the shortcode content
Description Description
Parameters Parameters
- $atts
-
(array) (Required) shortcode attributes.
Return Return
(string)
Source Source
File: includes/shortcodes/class.llms.shortcode.checkout.php
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. |
User Contributed Notes User Contributed Notes
Permalink: