Browse: Home / Hooks /

learndash_group_course_row_atts

apply_filters( 'learndash_group_course_row_atts',  string $attributes,  int $course_id,  int $group_id,  int $user_id )

Filter Group row attributes.


Description #


Parameters #

$attributes

(string) Attributes to add to the row.

$course_id

(int) Course ID.

$group_id

(int) Group ID.

$user_id

(int) User ID.


Return #

(string)


Source #

File: themes/ld30/templates/group/partials/row.php


Changelog #

Changelog
Version Description
4.21.3 No longer used to set a tooltip message.
3.2.0 Introduced.