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

LifterLMS LifterLMS

Code Reference

  • Home
  • 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

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

Description #Description


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 ↑

Changelog #Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

Related #Related

Top ↑

Uses #Uses

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

Output the LifterLMS Student Dashboard


Top ↑

User Contributed Notes #User Contributed Notes

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

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