reset_mbstring_encoding()
Resets the mbstring internal encoding to a users previously set encoding.
No Hooks.
Returns
null. Nothing (null).
Usage
reset_mbstring_encoding();
Notes
| See: mbstring_binary_safe_encoding() |
Changelog
| Since 3.7.0 | Introduced. |
reset_mbstring_encoding() reset mbstring encoding code WP 7.1
function reset_mbstring_encoding() {
mbstring_binary_safe_encoding( true );
}