reset_mbstring_encoding()

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


Description Description

See also See also


Top ↑

Source Source

File: wp-includes/functions.php

function reset_mbstring_encoding() {
	mbstring_binary_safe_encoding( true );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.