BP_Theme_Compat::__construct( array $properties = array() )

Pass the $properties to the object on creation.


Description Description


Parameters Parameters

$properties

(Optional) Array of properties for BP_Theme_Compat.

Default value: array()


Top ↑

Source Source

File: bp-core/classes/class-bp-theme-compat.php

	public function __construct( Array $properties = array() ) {
		$this->_data = $properties;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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