apply_filters( 'llms_dom_document_use_mb_convert_encoding', boolean $use_mb_convert_encoding )

Filters the convert encoding method to be used when loading the source in the DOMDocument


Parameters Parameters

$use_mb_convert_encoding

(boolean) Whether or not the convert encoding method should be used when loading the source in the DOMDocument. Default is true. Requires mbstring PHP extension.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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