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


Description Description


Parameters Parameters

$use_mb_convert_encoding

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


Top ↑

User Contributed Notes User Contributed Notes

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