sfwd_lms_get_post_options sfwd_lms_get_post_options( string $post_type ) Processes the WP_Query arguments for the post type that are saved in options. ContentsDescription Parameters Return Source Related Namespace @package Used By Description # Parameters # $post_type (string) (Required) The post type slug. Return # (array) An array of WP_Query arguments. Source # File: includes/ld-misc-functions.php Related # Namespace # global @package # LearnDash / Misc Used By # Used By Used By Description includes/deprecated/5.0.0/functions.php: learndash_get_topic_list_legacy () LEGACY: Gets the topics list for a lesson. includes/widgets/ld_lesson.php: Lesson_Widget::course_lessons_list () Sets up course lesson list HTML includes/class-ld-lms.php: SFWD_LMS::select_a_lesson_or_topic () Makes wp_query to retrieve lessons or topics for a course includes/course/ld-course-functions-legacy.php: learndash_get_lesson_list () Gets the lesson list for a course.
Used By # Used By Used By Description includes/deprecated/5.0.0/functions.php: learndash_get_topic_list_legacy () LEGACY: Gets the topics list for a lesson. includes/widgets/ld_lesson.php: Lesson_Widget::course_lessons_list () Sets up course lesson list HTML includes/class-ld-lms.php: SFWD_LMS::select_a_lesson_or_topic () Makes wp_query to retrieve lessons or topics for a course includes/course/ld-course-functions-legacy.php: learndash_get_lesson_list () Gets the lesson list for a course.