EModal_Model_Theme::__construct( $id = null )


Description Description


Source Source

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

	public function __construct( $id = null ) {
		parent::__construct( $id );
		$this->load_meta();

		return $this;
	}


Top ↑

User Contributed Notes User Contributed Notes

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