reset_mbstring_encoding()
Reset the mbstring internal encoding to a users previously set encoding.
Description Description
See also See also
Source Source
File: wp-includes/functions.php
function reset_mbstring_encoding() {
mbstring_binary_safe_encoding( true );
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |