learndash_assignment_process_init learndash_assignment_process_init() Handles the upload, delete, and mark as complete for the assignment. ContentsDescription Source Changelog Related Namespace @package Uses Description # Fires on parse_request hook. Source # File: includes/ld-assignment-uploads.php Changelog # Changelog Version Description 2.1.0 Introduced. Related # Namespace # global @package # LearnDash / Assignments Uses # Uses Uses Description includes/ld-misc-functions.php: learndash_safe_redirect () Utility function to centralize all LearnDash redirect calls. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. includes/ld-assignment-uploads.php: learndash_check_upload () Checks whether the assignment upload is successful or not. includes/ld-assignment-uploads.php: learndash_approve_assignment () Marks assignment approved by user ID and lesson ID. includes/ld-assignment-uploads.php: learndash_fileupload_process () Handles file upload process. includes/ld-assignment-uploads.php: learndash_assignment_upload_user_check Filters whether to allow assignment for non logged in users. includes/ld-assignment-uploads.php: learndash_assignment_force_delete Filters whether to force delete the assignment or not. includes/class-ldlms-post-types.php: learndash_get_post_type_slug () includes/course/ld-course-steps-functions.php: learndash_get_courses_for_step () Gets the list of courses associated with a step. includes/course/ld-course-functions.php: learndash_get_course_id () Gets the course ID for a resource. includes/course/ld-course-progress.php: learndash_process_mark_incomplete () Marks a course step incomplete for a course.
Uses # Uses Uses Description includes/ld-misc-functions.php: learndash_safe_redirect () Utility function to centralize all LearnDash redirect calls. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. includes/ld-assignment-uploads.php: learndash_check_upload () Checks whether the assignment upload is successful or not. includes/ld-assignment-uploads.php: learndash_approve_assignment () Marks assignment approved by user ID and lesson ID. includes/ld-assignment-uploads.php: learndash_fileupload_process () Handles file upload process. includes/ld-assignment-uploads.php: learndash_assignment_upload_user_check Filters whether to allow assignment for non logged in users. includes/ld-assignment-uploads.php: learndash_assignment_force_delete Filters whether to force delete the assignment or not. includes/class-ldlms-post-types.php: learndash_get_post_type_slug () includes/course/ld-course-steps-functions.php: learndash_get_courses_for_step () Gets the list of courses associated with a step. includes/course/ld-course-functions.php: learndash_get_course_id () Gets the course ID for a resource. includes/course/ld-course-progress.php: learndash_process_mark_incomplete () Marks a course step incomplete for a course.