BP_REST_Topics_Endpoint::no_super_stickies( array $super = array() )

Strip super stickies from the topic query

Description

Parameters

$super

(array) (Optional) the super sticky post ID's.

Default value: array()

Return

(array) (empty)

Source

File: bp-forums/classes/class-bp-rest-topics-endpoint.php

	public function no_super_stickies( $super = array() ) {
		$super = array();

		return $super;
	}

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.