LLMS_Shortcodes::checkout( $atts )

Checkout shortcode.


Description Description

Used for displaying checkout form


Return Return

(self::shortcode_wrapper)


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.