EModal_Model_Theme::as_array()


Description Description


Source Source

File: includes/importer/easy-modal-v2/model/theme.php

	public function as_array() {
		$array         = parent::as_array();
		$array['meta'] = $this->meta->as_array();

		return $array;
	}


Top ↑

User Contributed Notes User Contributed Notes

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