BP_Suggestions::__construct( array $args = array() )

Constructor.


Description Description


Parameters Parameters

$args

(Optional) If set, used as the parameters for the suggestions service query.

Default value: array()


Top ↑

Source Source

File: bp-core/classes/class-bp-suggestions.php

	public function __construct( array $args = array() ) {
		if ( ! empty( $args ) ) {
			$this->set_query( $args );
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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