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.


Top ↑

Source Source

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


			

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.