Skip to content

How To Get Start Date Comment ID? #4275

Answered by donnapep
FirstClassCode asked this question in Q&A
Discussion options

You must be logged in to vote

@FirstClassCode You should be able to use Sensei_Utils::get_course_progress_comment_id( $course_id, $user_id ); to get the comment ID, and then use it to get the course start date get_comment_meta( $comment_id, 'start', true );.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by donnapep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants