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. |
Returns:
False if there were no updates.
- Type
- bool