LLMS_Shortcodes::checkout( array $atts )

Checkout shortcode


Description Description

Used for displaying checkout form.

See also See also


Top ↑

Parameters Parameters

$atts

(array) (Required) Associative array of shortcode attributes.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/shortcodes/class.llms.shortcodes.php

	 */
	public static function checkout( $atts ) {

		return self::shortcode_wrapper( array( 'LLMS_Shortcode_Checkout', 'output' ), $atts );



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.