learndash_get_group_courses_per_page learndash_get_group_courses_per_page( int $group_id ) Gets the group courses per page setting. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $group_id (int) (Optional) The ID of the group. Default 0. Return # (int) The number of lessons per page or 0. Source # File: includes/ld-groups.php Changelog # Changelog Version Description 3.2.0 Introduced. Related # Namespace # global @package # LearnDash / Groups Uses # Uses Uses Description includes/ld-groups.php: learndash_group_courses_per_page Filters group courses per page. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_setting () Static function to get a Section Setting value. includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_settings_all () Static function to get all Section fields. Used By # Used By Used By Description includes/ld-groups.php: learndash_get_group_courses_list () Gets the list of enrolled courses for a group. includes/shortcodes/ld_course_content.php: learndash_course_content_shortcode () Builds the [course_content] shortcode output.
Uses # Uses Uses Description includes/ld-groups.php: learndash_group_courses_per_page Filters group courses per page. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_setting () Static function to get a Section Setting value. includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_settings_all () Static function to get all Section fields.
Used By # Used By Used By Description includes/ld-groups.php: learndash_get_group_courses_list () Gets the list of enrolled courses for a group. includes/shortcodes/ld_course_content.php: learndash_course_content_shortcode () Builds the [course_content] shortcode output.