LLMS_Shortcode_My_Account::get( array $atts )
Get shortcode content
Parameters Parameters
- $atts
-
(array) (Required) Shortcode attributes array.
Return Return
(array) $messages
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