Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Shortcode_Checkout::confirm_payment( array $atts )
Renders the confirm payment checkout template.
Parameters Parameters
- $atts
-
(array) (Required) shortcode attributes.
Return Return
(void)
Source Source
File: includes/shortcodes/class.llms.shortcode.checkout.php
private static function confirm_payment( $atts ) { llms_get_template( 'checkout/form-confirm-payment.php', $atts ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |