LLMS_Integration_BBPress::add_membership_restrictions( array $post_types )
Add the membership restrictions metabox to bbPress forums on admin panel
Description Description
Parameters Parameters
- $post_types
-
(array) (Required) array of existing post types
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. |
User Contributed Notes User Contributed Notes
Permalink: