Php 在自定义模板上打印课程中的课程列表(访客的课程页面)learndash get_course_lessons()

Php 在自定义模板上打印课程中的课程列表(访客的课程页面)learndash get_course_lessons(),php,html,wordpress,wordpress-theming,custom-wordpress-pages,Php,Html,Wordpress,Wordpress Theming,Custom Wordpress Pages,嗨,我用快捷码打印了课程内容或课程列表,但它不起作用 我试过使用下面的方法 获取课程和课程() 当我添加get_course_lessons()时,它说“get_course_lessons”是未定义的,get course lessons是以下文件wp content/plugins/sfwd lms/includes/classes/class-ldlms-factory-post.php中的一个公共类 上面的方法是正确的吗?如果是的话,我怎样才能让它工作呢?还是有更好的方法 谢谢您应该使用

嗨,我用快捷码打印了课程内容或课程列表,但它不起作用

我试过使用下面的方法

获取课程和课程()

当我添加get_course_lessons()时,它说“get_course_lessons”是未定义的,get course lessons是以下文件wp content/plugins/sfwd lms/includes/classes/class-ldlms-factory-post.php中的一个公共类

上面的方法是正确的吗?如果是的话,我怎样才能让它工作呢?还是有更好的方法


谢谢

您应该使用learndash\u get\u course\u lessons\u list()

将课程ID传递给$course,它将返回该specefic课程的所有课程

learndash_get_course_lessons_list( int|WP_Post|null $course = null,  int|null $user_id = null,  array $lessons_args = array() )