Browse: Home / Hooks /

ld_after_group_status_template_container

apply_filters( 'ld_after_group_status_template_container',  string $content,  string $group_status_index,  int $group_id,  int $user_id )

Filters the content to be echoed after the group status section of the group template output.


Description #


Parameters #

$content

(string) Custom content showed after the group status section. Can be empty.

$group_status_index

(string) Group status index from the course status label

$group_id

(int) Group ID.

$user_id

(int) User ID.


Source #

File: themes/ld30/templates/group.php


Changelog #

Changelog
Version Description
3.1.7 Introduced. See <a href="https://developers.learndash.com/hook/ld_after_course_status_template_container/">https://developers.learndash.com/hook/ld_after_course_status_template_container/</a> for example use of this filter used for Courses.