learndash_lesson_hasassignments learndash_lesson_hasassignments( WP_Post $post ) Returns whether a lesson/topic supports assignment uploads. ContentsDescription Parameters Return Source Changelog Related Namespace @package Used By Description # Parameters # $post (WP_Post) (Required) The post object. Return # (bool) Source # File: includes/ld-assignment-uploads.php Changelog # Changelog Version Description 2.1.0 Introduced. Related # Namespace # global @package # LearnDash / Assignments Used By # Used By Used By Description includes/course/ld-course-progress.php: learndash_course_get_step_completion_data () Returns the step completion data when a step is completed by a user. includes/deprecated/3.4.0/functions.php: lesson_hasassignments () Utility function to check whether a lesson has an assignment. includes/shortcodes/ld_course_content.php: learndash_course_content_shortcode () Builds the [course_content] shortcode output. includes/course/ld-course-progress.php: learndash_mark_complete () Outputs the HTML output to mark a course complete.
Used By # Used By Used By Description includes/course/ld-course-progress.php: learndash_course_get_step_completion_data () Returns the step completion data when a step is completed by a user. includes/deprecated/3.4.0/functions.php: lesson_hasassignments () Utility function to check whether a lesson has an assignment. includes/shortcodes/ld_course_content.php: learndash_course_content_shortcode () Builds the [course_content] shortcode output. includes/course/ld-course-progress.php: learndash_mark_complete () Outputs the HTML output to mark a course complete.