LLMS_DOM_Document::dom()

Returns the DOMDocument


Return Return

(DOMDocument) Returns an instance of DOMDocument.


Top ↑

Source Source

File: includes/class-llms-dom-document.php

	public function dom() {

		return $this->dom;

	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.13.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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