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.


Top ↑

Return Return

(int[])


Top ↑

Source Source

File: includes/integrations/class.llms.integration.bbpress.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.