LLMS_Shortcodes::my_account( $atts )
My account shortcode
Description Description
Used for displaying account.
See also See also
Return Return
(string)
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 );
Expand full source code Collapse full source code View on GitHub