learndash_get_group_children learndash_get_group_children( integer $group_id ) Utility function to return all groups below the parent. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $group_id (integer) (Required) Group parent ID. Return # (array) of children groups IDs. 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_get_group_children () Utility function to return all groups below the parent. includes/class-ldlms-post-types.php: learndash_get_post_type_slug () Used By # Used By Used By Description includes/ld-groups.php: learndash_get_group_children () Utility function to return all groups below the parent. includes/ld-groups.php: learndash_get_administrators_group_ids () Gets the list of group IDs administered by the user. includes/ld-groups.php: learndash_get_users_group_ids () Get a users group IDs.
Uses # Uses Uses Description includes/ld-groups.php: learndash_get_group_children () Utility function to return all groups below the parent. includes/class-ldlms-post-types.php: learndash_get_post_type_slug ()
Used By # Used By Used By Description includes/ld-groups.php: learndash_get_group_children () Utility function to return all groups below the parent. includes/ld-groups.php: learndash_get_administrators_group_ids () Gets the list of group IDs administered by the user. includes/ld-groups.php: learndash_get_users_group_ids () Get a users group IDs.