Filter: sensei_learners_learner_updated

apply_filters( 'sensei_learners_learner_updated', $updated, $post_id, $comment_id ) → {bool}

Filter sensei_learners_learner_updated

This filter should return false if there was no update in the learner row.

Parameters:
Name Type Description
$updated bool

A flag indicating if there was an update in the learner row.

$post_id int

Lesson or course id.

$comment_id int

The comment id which tracks the progress of the learner.

Source:
Returns:

False if there were no updates.

Type
bool