learndash_get_groups_administrators( int $group_id, boolean $bypass_transient = false )

Gets the list of group leaders for the given group ID.


Description Description


Parameters Parameters

$group_id

(Required) Group ID.

$bypass_transient

(Optional) Whether to bypass transient cache or not. Default 0.

Default value: false


Top ↑

Return Return

(array) An array of group leader user objects.


Top ↑

Source Source

File: includes/ld-groups.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.