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
. Requiresmbstring
PHP extension.