WP_Locale::__construct() public WP 2.1.0
Constructor which calls helper methods to set up object variables.
{} It's a method of the class: WP_Locale{}
No Hooks.
Return
Null. Nothing.
Usage
global $wp_locale; $wp_locale->__construct();
Changelog
Since 2.1.0 | Introduced. |
Code of WP_Locale::__construct() WP Locale:: construct WP 5.6
public function __construct() {
$this->init();
$this->register_globals();
}