Warning: This method has been deprecated.
LLMS_Shortcode_My_Account::lost_password()
Lost password template
Contents
Return Return
(void)
Source Source
File: includes/shortcodes/class.llms.shortcode.my.account.php
*
* @param array $atts Array of user submitted shortcode attributes.
* @return void
*/
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 | This method has been deprecated. |
| 1.0.0 | Introduced. |