LLMS_Shortcode_My_Account::output( array $atts )
Determines what content to output to user based on status
Parameters Parameters
- $atts
-
(array) (Required) Array of user submitted shortcode attributes.
Return Return
(void)
Source Source
File: includes/shortcodes/class.llms.shortcode.my.account.php
public static function output( $atts ) { $atts = shortcode_atts( array( 'login_redirect' => null, ), $atts, 'lifterlms_my_account' ); lifterlms_student_dashboard( $atts ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.25.1 | |
1.0.0 | Introduced. |