Private Access Private Access
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Summery Summery
Runs just before PHP shuts down execution.
Syntax Syntax
Source Source
File: wp-includes/load.php
} /** * Set internal encoding. * * In most cases the default internal encoding is latin1, which is * of no use, since we want to use the `mb_` functions for `utf-8` strings. * * @since 3.0.0 * @access private
Advertisement
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |