Browse: Home / Hooks /

learndash-group-infobar-action-cell-after

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

Fires after the group infobar action cell.


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.