learndash_is_assignment_approved_by_meta learndash_is_assignment_approved_by_meta( int $assignment_id ) Gets assignments approval status. ContentsDescription Parameters Return Source Changelog Related Namespace @package Used By Description # Parameters # $assignment_id (int) (Required) Assignment ID. Return # (int|false) Status of assignment approval. Returns 1 if the assignment is approved. 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/ld-assignment-uploads.php: learndash_assignment_list_approved () Checks whether all assignments for specified step and user are approved. includes/rest-api/v2/class-ld-rest-assignments-controller.php: LD_REST_Assignments_Controller_V2::get_rest_settings_field_value () Get REST Setting Field value. includes/course/ld-course-progress.php: learndash_can_complete_step () Check if the user can complete the current step. includes/admin/classes-posts-listings/class-learndash-admin-assignments-listing.php: Learndash_Admin_Assignments_Listing::show_column_assignment_approval_status () Show the assignment Approval Status. includes/admin/classes-posts-edits/class-learndash-admin-assignment-edit.php: Learndash_Admin_Assignment_Edit::assignment_metabox_content () Adds approval Link to assignment metabox. themes/ld30/includes/helpers.php: learndash_get_assignment_progress () Gets the assignment progress. 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/ld-assignment-uploads.php: learndash_assignment_list_approved () Checks whether all assignments for specified step and user are approved. includes/rest-api/v2/class-ld-rest-assignments-controller.php: LD_REST_Assignments_Controller_V2::get_rest_settings_field_value () Get REST Setting Field value. includes/course/ld-course-progress.php: learndash_can_complete_step () Check if the user can complete the current step. includes/admin/classes-posts-listings/class-learndash-admin-assignments-listing.php: Learndash_Admin_Assignments_Listing::show_column_assignment_approval_status () Show the assignment Approval Status. includes/admin/classes-posts-edits/class-learndash-admin-assignment-edit.php: Learndash_Admin_Assignment_Edit::assignment_metabox_content () Adds approval Link to assignment metabox. themes/ld30/includes/helpers.php: learndash_get_assignment_progress () Gets the assignment progress. includes/course/ld-course-progress.php: learndash_mark_complete () Outputs the HTML output to mark a course complete.