LLMS_Integration_BBPress::add_membership_restrictions( string[] $post_types )
Add the membership restrictions metabox to bbPress forums on admin panel
Parameters Parameters
- $post_types
-
(string[]) (Required) Array of existing post types.
Return Return
(string[])
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
public function add_membership_restrictions( $post_types ) { $post_types[] = bbp_get_forum_post_type(); return $post_types; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |