learndash_show_mark_incomplete( WP_Post $post, array $atts = array() )
Outputs HTML output to mark a step incomplete.
Description Description
Must meet requirements of course to mark incomplete.
Parameters Parameters
- $post
-
(Required) The
WP_Post
for lesson, topic. - $atts
-
(Optional) An array of attributes for mark incomplete output.
Default value: array()
Return Return
(string) The HTML output to mark course incomplete.
Source Source
File: includes/course/ld-course-progress.php
Changelog Changelog
Version | Description |
---|---|
3.1.4 | Introduced. |