LLMS_Integration_BBPress::get_forum_course_restrictions( int $forum_id )
Check if a forum is restricted to a course(s)
Description Description
Parameters Parameters
- $forum_id
-
(Required) WP_Post ID of the forum.
Return Return
(int[])
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Escape { character in SQL query to add MySQL 8.0 support. |
3.38.1 | Make the query more generic so that it matches forum ids whether they've been saved as integers or strings. |
3.12.0 | Introduced. |