This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
BBP_Forums_Group_Extension::no_super_stickies( array $super = array() )
Strip super stickies from the topic query
Description
Parameters
- $super
-
(Optional) the super sticky post ID's
Default value: array()
Return
(array) (empty)
Source
File: bp-forums/groups.php
public function no_super_stickies( $super = array() ) { $super = array(); return $super; }
Changelog
Version | Description |
---|---|
bbPress (r4810) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.