reset_mbstring_encoding() WordPress Function

The reset_mbstring_encoding() function is used to reset the mbstring encoding to the default value. This function is useful when you have changed the mbstring encoding and want to revert back to the default encoding.

reset_mbstring_encoding() #

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


Description

Top ↑

See also


Top ↑

Source

File: wp-includes/functions.php

function reset_mbstring_encoding() {
	mbstring_binary_safe_encoding( true );
}


Top ↑

Changelog

Changelog
VersionDescription
3.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More