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

Pass the $properties to the object on creation.


Description Description


Parameters Parameters

$properties

(Optional)

Default value: array()


Top ↑

Source Source

File: includes/core/theme-compat.php

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

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.