Element_Attributes::__construct()

Setups an instance of Element Attributes.


Return

(void)


Top ↑

Source

File: src/Tribe/Utils/Element_Attributes.php

	public function __construct() {
		$this->arguments = func_get_args();
	}

Top ↑

Changelog

Changelog
Version Description
4.12.3 Introduced.