LLMS_Shortcodes::my_account( $atts )

My account shortcode


Description Description

Used for displaying account.

See also See also


Top ↑

Return Return

(string)


Top ↑

Source Source

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

	 */
	public static function my_account( $atts ) {

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



Top ↑

User Contributed Notes User Contributed Notes

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