Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Course Section Completed empty #553

Open
aminshoukat opened this issue Jul 13, 2023 · 0 comments
Open

Course Section Completed empty #553

aminshoukat opened this issue Jul 13, 2023 · 0 comments

Comments

@aminshoukat
Copy link

aminshoukat commented Jul 13, 2023

In
Learnpress -> inc -> course -> class-lp-course-section.php

you put that code:

	public function get_completed_items( $user_id = 0 ) {
		$items = array();
		return $items;
	}

Returning empty array? Doesn't make sense
Please fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant