Browse: Home / Hooks /

learndash-group-infobar-access-status-after

do_action( 'learndash-group-infobar-access-status-after',  string|false $post_type,  int $group_id,  int $user_id )

Action to add custom content inside the ld-course-status infobox after the access status


Description #


Parameters #

$post_type

(string|false) Post type slug.

$group_id

(int) Group ID.

$user_id

(int) User ID.


Source #

File: themes/ld30/templates/modules/infobar/group.php


Changelog #

Changelog
Version Description
3.2.0 Introduced.