LLMS_DOM_Document::load()
Load the HTML string in the DOMDocument
Description Description
This function suppresses PHP warnings that would be thrown by DOMDocument when loading a partial string or an HTML string with errors.
Return Return
(boolean|WP_Error) Returns true
if the source is loaded fine. Or an error object when DOMDocument isn't available or an error is encountered during loading.
Source Source
File: includes/class-llms-dom-document.php
Changelog Changelog
Version | Description |
---|---|
4.13.0 | Introduced. |