Browse: Home / Functions /

learndash_lesson_hasassignments

learndash_lesson_hasassignments( WP_Post $post )

Utility function to check whether a lesson has an assignment.


Description #


Parameters #

$post

(WP_Post) (Required) The assignment WP_Post object.


Return #

(boolean)


Source #

File: includes/ld-assignment-uploads.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.