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()


Top ↑

Return Return

(string) The HTML output to mark course incomplete.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.