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 #
Changelog #
Version | Description |
---|---|
3.1.4 | Introduced. |