W3cubDocs

/WordPress

reset_mbstring_encoding()

Reset the mbstring internal encoding to a users previously set encoding.

Description

See also

Source

File: wp-includes/functions.php

function reset_mbstring_encoding() {
	mbstring_binary_safe_encoding( true );
}

Changelog

Version Description
3.7.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/reset_mbstring_encoding