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

Pass the $properties to the object on creation.

Description

Parameters

$properties

(array) (Optional) Array of properties for BP_Theme_Compat.

Default value: array()

Source

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

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

Changelog

Changelog
Version Description
BuddyPress 1.7.0 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.