WordPress Version: 6.1
/**
* Resets the mbstring internal encoding to a users previously set encoding.
*
* @see mbstring_binary_safe_encoding()
*
* @since 3.7.0
*/
function reset_mbstring_encoding()
{
mbstring_binary_safe_encoding(true);
}
The timeline below displays how wordpress function reset_mbstring_encoding has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Resets the mbstring internal encoding to a users previously set encoding.
*
* @see mbstring_binary_safe_encoding()
*
* @since 3.7.0
*/
function reset_mbstring_encoding()
{
mbstring_binary_safe_encoding(true);
}
/**
* Reset the mbstring internal encoding to a users previously set encoding.
*
* @see mbstring_binary_safe_encoding()
*
* @since 3.7.0
*/
function reset_mbstring_encoding()
{
mbstring_binary_safe_encoding(true);
}
/**
* Resets the mbstring internal encoding to a users previously set encoding.
*
* @see mbstring_binary_safe_encoding()
*
* @since 3.7.0
*/
function reset_mbstring_encoding()
{
mbstring_binary_safe_encoding(true);
}