LLMS_Integration_BBPress::handle_course_forum_restriction( array $restriction )
Handle course forum restrictions
Description Description
Add a notice and redirect to the course
Parameters Parameters
- $restriction
-
(Required) Restriction Results from
llms_page_restricted().
Return Return
(void)
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.37.11 | Use llms_redirect_and_exit() in favor of wp_redirect(). |
| 3.13.0 | Unknown. |
| 3.12.0 | Introduced. |