hello there..
i need to know one thing that is,
it should have Single Sign-in functionality for the course provider to be able to like this, they just need the metadata and also use Api for course listing?
@Buddy40,
I didn't get what you are asking about. Where do you want to list the courses??
hello Diana
i'm asking for my personal knowledge base, can i use metadata and Api for course listing?
@Buddy40,
Yes, you can fetch all the post type="course" using wordpress function and then you can also use pagination on that as well(wordpress has this function as well)
public function get_items( $request ) {
refer this vibe-course/includes/api/class-api-course-controller.php
@Buddy40
closing this topic