apply_filters( 'llms_bbp_course_forum_restriction_msg', string $msg , array $restriction )
Customize the restriction notice message displayed when a forum is restricted to a course.
Parameters Parameters
- $msg
-
(string) Default message.
- $restriction
-
(array) Results from
llms_page_restricted()
.
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
Changelog Changelog
Version | Description |
---|---|
3.37.11 | Introduced. |