• LifterLMS
  • Knowledge Base
  • Academy
  • Blog
  • Podcast
  • Contributors
  • My Account

LifterLMS LifterLMS

  • Code Reference
  • REST API
  • LLMS-CLI

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Code Reference / Classes / LLMS_Shortcode_My_Account / LLMS_Shortcode_My_Account::output()

LLMS_Shortcode_My_Account::output( array $atts )

Determines what content to output to user based on status

Contents

  • Parameters
  • Return
  • Source
  • Related
    • Uses
  • Changelog
  • User Contributed Notes

Parameters #Parameters

$atts

(array) (Required) Array of user submitted shortcode attributes.


Top ↑

Return #Return

(void)


Top ↑

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


Top ↑

Related #Related

Uses #Uses

Uses
Uses Description
includes/functions/llms.functions.templates.dashboard.php: lifterlms_student_dashboard()

Output the LifterLMS Student Dashboard


Top ↑

Changelog #Changelog

Changelog
Version Description
3.25.1
1.0.0 Introduced.

Top ↑

User Contributed Notes #User Contributed Notes

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

© 2014 - 2023 LifterLMS · Privacy Policy · Terms and Conditions

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.