learndash_user_status_shortcode( array $atts = array() )
Builds the learndash_user_status
shortcode output.
Description Description
Parameters Parameters
- $atts
-
(Optional) An array of shortcode attributes.
- 'user_id'
(string) User ID. - 'return'
(string) Whether to return the output.
Default value: array()
- 'user_id'
Source Source
File: themes/ld30/includes/shortcodes.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |