Browse: Home / Functions /

learndash_course_info

learndash_course_info( int $user_id,  array $atts = array() )

Gets the course info HTML output for user.


Description #


Parameters #

$user_id

(int) (Required) User ID.

$atts

(array) (Optional) An array of widget attributes.

Default value: array()


Return #

(string) The course info output.


Source #

File: includes/course/ld-course-info-widget.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.