• 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::get()

LLMS_Shortcode_My_Account::get( array $atts )

Get shortcode content

Contents

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

Description #Description


Parameters #Parameters

$atts

(array) (Required)


Top ↑

Return #Return

(array) $messages


Top ↑

Source #Source

File: includes/shortcodes/class.llms.shortcode.my.account.php

	public static function get( $atts ) {

		return LLMS_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts );

	}

Expand full source code Collapse full source code View on GitHub


Top ↑

Related #Related

Top ↑

Uses #Uses

Uses
Uses Description
includes/shortcodes/class.llms.shortcodes.php: LLMS_Shortcodes::shortcode_wrapper()

Creates a wrapper for shortcode.


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