BuddyBoss Home – Web Support Forums Solutions Social Learner Mark Complete Redirect – confusing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #47304
    @sarag

    Thank you so much for the help thus far. I have a couple of more kinks to work out. UGH.

    When I mark a lesson complete, it doesn’t have any rhyme or reason for the redirection.

    Any idea what I need to do?

    Answers

    #47307

    Anonymous
    @

    Hik @sarag Mark Complete is added by Learndash , we have just included their button as it is, you can consult about Mark Complete button behaviour from their support forum.
    Regards

    #47318
    @sarag

    Thank you! I found some documentation on their site..

    add_filter(“learndash_completion_redirect”, function($link, $post_id) {

    //You can change the link here

    //$post_id is ID of the lesson/quiz from where the user is being redirected from. $link is the link to which the user is redirected from.
    return $link;
    }, 5, 2);

    I have no idea what that means.

    Hoping they can give me some help!

    TY!

    #47363

    Anonymous
    @

    sure , we should leave some customization for LearnDash as well 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Mark Complete Redirect – confusing’ is closed to new replies.