Browse: Home / Functions /

learndash_show_mark_incomplete

learndash_show_mark_incomplete( WP_Post $post,  array $atts = array() )

Outputs HTML output to mark a step incomplete.


Description #

Must meet requirements of course to mark incomplete.


Parameters #

$post

(WP_Post) (Required) The WP_Post for lesson, topic.

$atts

(array) (Optional) An array of attributes for mark incomplete output.

Default value: array()


Return #

(string) The HTML output to mark course incomplete.


Source #

File: includes/course/ld-course-progress.php


Changelog #

Changelog
Version Description
3.1.4 Introduced.