learndash_course_info( int $user_id, array $atts = array() )
Gets the course info HTML output for user.
Description Description
Parameters Parameters
- $user_id
-
(Required) User ID.
- $atts
-
(Optional) An array of widget attributes.
Default value: array()
Return Return
(string) The course info output.
Source Source
File: includes/course/ld-course-info-widget.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |