WP_Locale::__construct
Constructor which calls helper methods to set up object variables.
Method of the class: WP_Locale{}
No Hooks.
Returns
null. Nothing (null).
Usage
global $wp_locale; $wp_locale->__construct();
Changelog
| Since 2.1.0 | Introduced. |
WP_Locale::__construct() WP Locale:: construct code WP 6.9.1
public function __construct() {
$this->init();
$this->register_globals();
}